Html Css Color HEX #280589 Persian Indigo

📋 copy color: '#280589'

red 40 ◦ green 5 ◦ blue 137

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

Shades of Persian Indigo #280589

Tints of Persian Indigo #280589

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.75%

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

R = 21.98%
G = 2.75%
B = 75.27%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#280589 (or 0x280589) is known color: Persian Indigo. HEX triplet: 28, 05 and 89. RGB value is (40,5,137). Sum of RGB (Red+Green+Blue) = 40+5+137=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 137 (53.91% from 255 or 75.27% from 182); Max value from RGB is 137 - color contains mainly: blue. Hex color #280589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280589 is #D7FA76. Grayscale: #1E1E1E. Windows color (decimal): -14154359 or 8979752. OLE color: 8979752.

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

Color convert

RGB 40 5 137 -
CMYK 0.71 0.96 0 0.46
HSL 255.91º 0.93% 0.28% -
HSV(B) 255.91º 0.96% 0.54% -
XYZ 5.44 2.37 23.84 -
YUV 30.51 188.1 134.77 -
System Red Green Blue C M Y K H S L
Decimal 40 5 137 0.71 0.96 0 0.46 255.91 0.93 0.28
Hex 28 5 89 47 60 0 2E 100 5D 1C
Octal 50 5 211 107 140 0 56 400 135 34
Binary 101000 101 10001001 1000111 1100000 0 101110 100000000 1011101 11100

Color Harmonies of #280589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280589

Black with #280589

Text Example


Text Example

White with #280589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280589; }

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

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

background-color css

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

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

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

border-color css

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

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

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