#261578

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

Shades of Persian Indigo #261578

Tints of Persian Indigo #261578

Color information

#261578 (or 0x261578) is unknown color: approx Persian Indigo. HEX triplet: 26, 15 and 78. RGB value is (38,21,120). Sum of RGB (Red+Green+Blue) = 38+21+120=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 120 (47.27% from 255 or 67.04% from 179); Max value from RGB is 120 - color contains mainly: blue. Hex color #261578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261578 is #D9EA87. Grayscale: #242424. Windows color (decimal): -14281352 or 7869734. OLE color: 7869734.

HSL color Cylindrical-coordinate representation of color #261578: hue angle of 250.3º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #261578 is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3821120-
CMYK0.680.8300.53
HSL250.3º70.21%27.65%-
HSV(B)250.3º82.5%47.06%-
XYZ4.462.317.98-
YUV37.37174.63128.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 21 (8.59% from 255) = 11.73%
BLUE value IS 120 (47.27% from 255) = 67.04%
R=21.23%
G=11.73%
B=67.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38211200.680.8300.53250.370.2127.65
Hex2615784453035fa461c
Octal462517010412306537210634
Binary10011010101111100010001001010011011010111111010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261578; }

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

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

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

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

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

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

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

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