#26026C

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

Shades of Persian Indigo #26026C

Tints of Persian Indigo #26026C

Color information

#26026C (or 0x26026C) is unknown color: approx Persian Indigo. HEX triplet: 26, 02 and 6C. RGB value is (38,2,108). Sum of RGB (Red+Green+Blue) = 38+2+108=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 108 (42.58% from 255 or 72.97% from 148); Max value from RGB is 108 - color contains mainly: blue. Hex color #26026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26026C is #D9FD93. Grayscale: #181818. Windows color (decimal): -14286228 or 7078438. OLE color: 7078438.

HSL color Cylindrical-coordinate representation of color #26026C: hue angle of 260.38º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #26026C is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB382108-
CMYK0.650.9800.58
HSL260.38º96.36%21.57%-
HSV(B)260.38º98.15%42.35%-
XYZ3.531.5414.3-
YUV24.85174.93137.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.68%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 108 (42.58% from 255) = 72.97%
R=25.68%
G=1.35%
B=72.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3821080.650.9800.58260.3896.3621.57
Hex2626C416203A1046016
Octal46215410114207240414026
Binary100110101101100100000111000100111010100000100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26026C; }

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

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

<style>
 a { background-color: #26026C; }

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

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

<style>
 span { border-color: #26026C; }

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

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