Html Css Color HEX #281589 Persian Indigo

📋 copy color: '#281589'

red 40 ◦ green 21 ◦ blue 137

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

Shades of Persian Indigo #281589

Tints of Persian Indigo #281589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.61%

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

R = 20.2%
G = 10.61%
B = 69.19%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#281589 (or 0x281589) is known color: Persian Indigo. HEX triplet: 28, 15 and 89. RGB value is (40,21,137). Sum of RGB (Red+Green+Blue) = 40+21+137=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 137 (53.91% from 255 or 69.19% from 198); Max value from RGB is 137 - color contains mainly: blue. Hex color #281589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281589 is #D7EA76. Grayscale: #272727. Windows color (decimal): -14150263 or 8983848. OLE color: 8983848.

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

Color convert

RGB 40 21 137 -
CMYK 0.71 0.85 0 0.46
HSL 249.83º 0.73% 0.31% -
HSV(B) 249.83º 0.85% 0.54% -
XYZ 5.66 2.79 23.91 -
YUV 39.91 182.79 128.07 -
System Red Green Blue C M Y K H S L
Decimal 40 21 137 0.71 0.85 0 0.46 249.83 0.73 0.31
Hex 28 15 89 47 55 0 2E FA 49 1F
Octal 50 25 211 107 125 0 56 372 111 37
Binary 101000 10101 10001001 1000111 1010101 0 101110 11111010 1001001 11111

Color Harmonies of #281589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281589

Black with #281589

Text Example


Text Example

White with #281589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281589; }

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

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

background-color css

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

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

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

border-color css

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

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

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