#26027A

Color #26027A Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #26027A

Tints of Persian Indigo #26027A

Color information

#26027A (or 0x26027A) is unknown color: approx Persian Indigo. HEX triplet: 26, 02 and 7A. RGB value is (38,2,122). Sum of RGB (Red+Green+Blue) = 38+2+122=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 122 (48.05% from 255 or 75.31% from 162); Max value from RGB is 122 - color contains mainly: blue. Hex color #26027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26027A is #D9FD85. Grayscale: #1A1A1A. Windows color (decimal): -14286214 or 7995942. OLE color: 7995942.

HSL color Cylindrical-coordinate representation of color #26027A: hue angle of 258º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #26027A is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB382122-
CMYK0.690.9800.52
HSL258º96.77%24.31%-
HSV(B)258º98.36%47.84%-
XYZ4.331.8618.54-
YUV26.44181.93136.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 23.46%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 122 (48.05% from 255) = 75.31%
R=23.46%
G=1.23%
B=75.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3821220.690.9800.5225896.7724.31
Hex2627A45620341026118
Octal46217210514206440214130
Binary100110101111010100010111000100110100100000010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26027A; }

 p { color: rgb(38,2,122); }

 H1.HeaderClassName
 {
   color: #26027A;
 }
 .AnyTagClassName
 {
   color: #26027A;
 }
</style>
background-color css

<style>
 a { background-color: #26027A; }

 a { background-color: rgb(38,2,122); }

 div.DivClassName
 {
   background-color: #26027A;
 }
 .BgClassName
 {
   background-color: #26027A;
 }
</style>
border-color css

<style>
 span { border-color: #26027A; }

 span { border-color: rgb(38,2,122); }

 td.TdClassName
 {
   border-color: #26027A;
 }
 .TagClassName
 {
   border-color: #26027A;
 }
</style>