Html Css Color HEX #281889 Persian Indigo

📋 copy color: '#281889'

red 40 ◦ green 24 ◦ blue 137

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

Shades of Persian Indigo #281889

Tints of Persian Indigo #281889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.94%

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

R = 19.9%
G = 11.94%
B = 68.16%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#281889 (or 0x281889) is known color: Persian Indigo. HEX triplet: 28, 18 and 89. RGB value is (40,24,137). Sum of RGB (Red+Green+Blue) = 40+24+137=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 137 (53.91% from 255 or 68.16% from 201); Max value from RGB is 137 - color contains mainly: blue. Hex color #281889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281889 is #D7E776. Grayscale: #292929. Windows color (decimal): -14149495 or 8984616. OLE color: 8984616.

HSL color Cylindrical-coordinate representation of color #281889: hue angle of 248.5º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281889 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 24 137 -
CMYK 0.71 0.82 0 0.46
HSL 248.5º 0.7% 0.32% -
HSV(B) 248.5º 0.82% 0.54% -
XYZ 5.72 2.91 23.93 -
YUV 41.67 181.8 126.81 -
System Red Green Blue C M Y K H S L
Decimal 40 24 137 0.71 0.82 0 0.46 248.5 0.7 0.32
Hex 28 18 89 47 52 0 2E F8 46 20
Octal 50 30 211 107 122 0 56 370 106 40
Binary 101000 11000 10001001 1000111 1010010 0 101110 11111000 1000110 100000

Color Harmonies of #281889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281889

Black with #281889

Text Example


Text Example

White with #281889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281889; }

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

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

background-color css

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

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

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

border-color css

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

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

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