#261580

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

Shades of Persian Indigo #261580

Tints of Persian Indigo #261580

Color information

#261580 (or 0x261580) is unknown color: approx Persian Indigo. HEX triplet: 26, 15 and 80. RGB value is (38,21,128). Sum of RGB (Red+Green+Blue) = 38+21+128=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 128 (50.39% from 255 or 68.45% from 187); Max value from RGB is 128 - color contains mainly: blue. Hex color #261580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261580 is #D9EA7F. Grayscale: #252525. Windows color (decimal): -14281344 or 8394022. OLE color: 8394022.

HSL color Cylindrical-coordinate representation of color #261580: hue angle of 249.53º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261580 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3821128-
CMYK0.700.8400.50
HSL249.53º71.81%29.22%-
HSV(B)249.53º83.59%50.2%-
XYZ4.962.5120.64-
YUV38.28178.63127.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.32%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 128 (50.39% from 255) = 68.45%
R=20.32%
G=11.23%
B=68.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38211280.700.8400.50249.5371.8129.22
Hex2615804654032fa481d
Octal462520010612406237211035
Binary100110101011000000010001101010100011001011111010100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261580; }

 p { color: rgb(38,21,128); }

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

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

 a { background-color: rgb(38,21,128); }

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

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

 span { border-color: rgb(38,21,128); }

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