Html Css Color HEX #282089 Persian Indigo

📋 copy color: '#282089'

red 40 ◦ green 32 ◦ blue 137

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

Shades of Persian Indigo #282089

Tints of Persian Indigo #282089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

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

R = 19.14%
G = 15.31%
B = 65.55%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#282089 (or 0x282089) is known color: Persian Indigo. HEX triplet: 28, 20 and 89. RGB value is (40,32,137). Sum of RGB (Red+Green+Blue) = 40+32+137=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #282089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282089 is #D7DF76. Grayscale: #2D2D2D. Windows color (decimal): -14147447 or 8986664. OLE color: 8986664.

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

Color convert

RGB 40 32 137 -
CMYK 0.71 0.77 0 0.46
HSL 244.57º 0.62% 0.33% -
HSV(B) 244.57º 0.77% 0.54% -
XYZ 5.91 3.29 23.99 -
YUV 46.36 179.15 123.46 -
System Red Green Blue C M Y K H S L
Decimal 40 32 137 0.71 0.77 0 0.46 244.57 0.62 0.33
Hex 28 20 89 47 4D 0 2E F5 3E 21
Octal 50 40 211 107 115 0 56 365 76 41
Binary 101000 100000 10001001 1000111 1001101 0 101110 11110101 111110 100001

Color Harmonies of #282089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282089

Black with #282089

Text Example


Text Example

White with #282089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282089; }

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

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

background-color css

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

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

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

border-color css

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

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

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