#260189

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

Shades of Persian Indigo #260189

Tints of Persian Indigo #260189

Color information

#260189 (or 0x260189) is unknown color: approx Persian Indigo. HEX triplet: 26, 01 and 89. RGB value is (38,1,137). Sum of RGB (Red+Green+Blue) = 38+1+137=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 137 (53.91% from 255 or 77.84% from 176); Max value from RGB is 137 - color contains mainly: blue. Hex color #260189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260189 is #D9FE76. Grayscale: #1B1B1B. Windows color (decimal): -14286455 or 8978726. OLE color: 8978726.

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

Color convert

RGB381137-
CMYK0.720.9900.46
HSL256.32º98.55%27.06%-
HSV(B)256.32º99.27%53.73%-
XYZ5.332.2423.82-
YUV27.57189.76135.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 137 (53.91% from 255) = 77.84%
R=21.59%
G=0.57%
B=77.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3811370.720.9900.46256.3298.5527.06
Hex26189486302E100631b
Octal46121111014305640014333
Binary100110110001001100100011000110101110100000000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260189; }

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

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

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

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

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

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

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

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