#261166

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

Shades of Persian Indigo #261166

Tints of Persian Indigo #261166

Color information

#261166 (or 0x261166) is unknown color: approx Persian Indigo. HEX triplet: 26, 11 and 66. RGB value is (38,17,102). Sum of RGB (Red+Green+Blue) = 38+17+102=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #261166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261166 is #D9EE99. Grayscale: #202020. Windows color (decimal): -14282394 or 6689062. OLE color: 6689062.

HSL color Cylindrical-coordinate representation of color #261166: hue angle of 254.82º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #261166 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3817102-
CMYK0.630.8300.6
HSL254.82º71.43%23.33%-
HSV(B)254.82º83.33%40%-
XYZ3.41.7712.73-
YUV32.97166.96131.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.20%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 102 (40.23% from 255) = 64.97%
R=24.20%
G=10.83%
B=64.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38171020.630.8300.6254.8271.4323.33
Hex2611663F5303Cff4717
Octal46211467712307437710727
Binary1001101000111001101111111010011011110011111111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261166; }

 p { color: rgb(38,17,102); }

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

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

 a { background-color: rgb(38,17,102); }

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

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

 span { border-color: rgb(38,17,102); }

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