#261276

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

Shades of Persian Indigo #261276

Tints of Persian Indigo #261276

Color information

#261276 (or 0x261276) is unknown color: approx Persian Indigo. HEX triplet: 26, 12 and 76. RGB value is (38,18,118). Sum of RGB (Red+Green+Blue) = 38+18+118=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #261276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261276 is #D9ED89. Grayscale: #232323. Windows color (decimal): -14282122 or 7737894. OLE color: 7737894.

HSL color Cylindrical-coordinate representation of color #261276: hue angle of 252º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #261276 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3818118-
CMYK0.680.8500.54
HSL252º73.53%26.67%-
HSV(B)252º84.75%46.27%-
XYZ4.292.1517.33-
YUV35.38174.63129.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.84%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 118 (46.48% from 255) = 67.82%
R=21.84%
G=10.34%
B=67.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38181180.680.8500.5425273.5326.67
Hex2612764455036fc4a1b
Octal462216610412506637411233
Binary10011010010111011010001001010101011011011111100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261276; }

 p { color: rgb(38,18,118); }

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

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

 a { background-color: rgb(38,18,118); }

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

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

 span { border-color: rgb(38,18,118); }

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