#26106D

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

Shades of Persian Indigo #26106D

Tints of Persian Indigo #26106D

Color information

#26106D (or 0x26106D) is unknown color: approx Persian Indigo. HEX triplet: 26, 10 and 6D. RGB value is (38,16,109). Sum of RGB (Red+Green+Blue) = 38+16+109=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 109 (42.97% from 255 or 66.87% from 163); Max value from RGB is 109 - color contains mainly: blue. Hex color #26106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26106D is #D9EF92. Grayscale: #202020. Windows color (decimal): -14282643 or 7147558. OLE color: 7147558.

HSL color Cylindrical-coordinate representation of color #26106D: hue angle of 254.19º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26106D is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3816109-
CMYK0.650.8500.57
HSL254.19º74.4%24.51%-
HSV(B)254.19º85.32%42.75%-
XYZ3.741.8914.63-
YUV33.18170.79131.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.31%
GREEN value IS 16 (6.64% from 255) = 9.82%
BLUE value IS 109 (42.97% from 255) = 66.87%
R=23.31%
G=9.82%
B=66.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38161090.650.8500.57254.1974.424.51
Hex26106D4155039fe4a19
Octal462015510112507137611231
Binary10011010000110110110000011010101011100111111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26106D; }

 p { color: rgb(38,16,109); }

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

<style>
 a { background-color: #26106D; }

 a { background-color: rgb(38,16,109); }

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

<style>
 span { border-color: #26106D; }

 span { border-color: rgb(38,16,109); }

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