#261189

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

Shades of Persian Indigo #261189

Tints of Persian Indigo #261189

Color information

#261189 (or 0x261189) is unknown color: approx Persian Indigo. HEX triplet: 26, 11 and 89. RGB value is (38,17,137). Sum of RGB (Red+Green+Blue) = 38+17+137=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 137 (53.91% from 255 or 71.35% from 192); Max value from RGB is 137 - color contains mainly: blue. Hex color #261189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261189 is #D9EE76. Grayscale: #242424. Windows color (decimal): -14282359 or 8982822. OLE color: 8982822.

HSL color Cylindrical-coordinate representation of color #261189: hue angle of 250.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #261189 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3817137-
CMYK0.720.8800.46
HSL250.5º77.92%30.2%-
HSV(B)250.5º87.59%53.73%-
XYZ5.522.6223.88-
YUV36.96184.46128.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.79%
GREEN value IS 17 (7.03% from 255) = 8.85%
BLUE value IS 137 (53.91% from 255) = 71.35%
R=19.79%
G=8.85%
B=71.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38171370.720.8800.46250.577.9230.2
Hex261189485802Efa4e1e
Octal462121111013005637211636
Binary100110100011000100110010001011000010111011111010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261189; }

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

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

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

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

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

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

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

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