Html Css Color HEX #281189 Persian Indigo

📋 copy color: '#281189'

red 40 ◦ green 17 ◦ blue 137

#281189
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #281189

Tints of Persian Indigo #281189

RGB

 RED value IS 40 (16.02% from 255) = 20.62%

 GREEN value IS 17 (7.03% from 255) = 8.76%

 BLUE value IS 137 (53.91% from 255) = 70.62%

R = 20.62%
G = 8.76%
B = 70.62%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#281189 (or 0x281189) is known color: Persian Indigo. HEX triplet: 28, 11 and 89. RGB value is (40,17,137). Sum of RGB (Red+Green+Blue) = 40+17+137=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 137 (53.91% from 255 or 70.62% from 194); Max value from RGB is 137 - color contains mainly: blue. Hex color #281189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281189 is #D7EE76. Grayscale: #252525. Windows color (decimal): -14151287 or 8982824. OLE color: 8982824.

HSL color Cylindrical-coordinate representation of color #281189: hue angle of 251.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 #281189 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 17 137 -
CMYK 0.71 0.88 0 0.46
HSL 251.5º 0.78% 0.3% -
HSV(B) 251.5º 0.88% 0.54% -
XYZ 5.59 2.66 23.89 -
YUV 37.56 184.12 129.74 -
System Red Green Blue C M Y K H S L
Decimal 40 17 137 0.71 0.88 0 0.46 251.5 0.78 0.3
Hex 28 11 89 47 58 0 2E FC 4E 1E
Octal 50 21 211 107 130 0 56 374 116 36
Binary 101000 10001 10001001 1000111 1011000 0 101110 11111100 1001110 11110

Color Harmonies of #281189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281189

Black with #281189

Text Example


Text Example

White with #281189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281189; }

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

 H1.HeaderClassName
 {
   color: #281189;
 }
 .AnyTagClassName
 {
   color: #281189;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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