#26006A

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

Shades of Persian Indigo #26006A

Tints of Persian Indigo #26006A

Color information

#26006A (or 0x26006A) is unknown color: approx Persian Indigo. HEX triplet: 26, 00 and 6A. RGB value is (38,0,106). Sum of RGB (Red+Green+Blue) = 38+0+106=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 106 (41.80% from 255 or 73.61% from 144); Max value from RGB is 106 - color contains mainly: blue. Hex color #26006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26006A is #D9FF95. Grayscale: #171717. Windows color (decimal): -14286742 or 6946854. OLE color: 6946854.

HSL color Cylindrical-coordinate representation of color #26006A: hue angle of 261.51º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26006A is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB380106-
CMYK0.64100.58
HSL261.51º100%20.78%-
HSV(B)261.51º100%41.57%-
XYZ3.41.4513.74-
YUV23.45174.59138.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 73.61%
R=26.39%
G=0%
B=73.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3801060.64100.58261.5110020.78
Hex2606A406403A1066415
Octal46015210014407240614425
Binary10011001101010100000011001000111010100000110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,0,106); }

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

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

 a { background-color: rgb(38,0,106); }

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

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

 span { border-color: rgb(38,0,106); }

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