Html Css Color HEX #280587 Persian Indigo

📋 copy color: '#280587'

red 40 ◦ green 5 ◦ blue 135

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

Shades of Persian Indigo #280587

Tints of Persian Indigo #280587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 75%

R = 22.22%
G = 2.78%
B = 75%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#280587 (or 0x280587) is known color: Persian Indigo. HEX triplet: 28, 05 and 87. RGB value is (40,5,135). Sum of RGB (Red+Green+Blue) = 40+5+135=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 135 (53.12% from 255 or 75% from 180); Max value from RGB is 135 - color contains mainly: blue. Hex color #280587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280587 is #D7FA78. Grayscale: #1D1D1D. Windows color (decimal): -14154361 or 8848680. OLE color: 8848680.

HSL color Cylindrical-coordinate representation of color #280587: hue angle of 256.15º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280587 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 5 135 -
CMYK 0.70 0.96 0 0.47
HSL 256.15º 0.93% 0.27% -
HSV(B) 256.15º 0.96% 0.53% -
XYZ 5.3 2.31 23.09 -
YUV 30.29 187.1 134.93 -
System Red Green Blue C M Y K H S L
Decimal 40 5 135 0.70 0.96 0 0.47 256.15 0.93 0.27
Hex 28 5 87 46 60 0 2F 100 5D 1B
Octal 50 5 207 106 140 0 57 400 135 33
Binary 101000 101 10000111 1000110 1100000 0 101111 100000000 1011101 11011

Color Harmonies of #280587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280587

Black with #280587

Text Example


Text Example

White with #280587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280587; }

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

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

background-color css

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

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

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

border-color css

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

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

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