Html Css Color HEX #280572 Persian Indigo

📋 copy color: '#280572'

red 40 ◦ green 5 ◦ blue 114

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

Shades of Persian Indigo #280572

Tints of Persian Indigo #280572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 71.7%

R = 25.16%
G = 3.14%
B = 71.7%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#280572 (or 0x280572) is known color: Persian Indigo. HEX triplet: 28, 05 and 72. RGB value is (40,5,114). Sum of RGB (Red+Green+Blue) = 40+5+114=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #280572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280572 is #D7FA8D. Grayscale: #1B1B1B. Windows color (decimal): -14154382 or 7472424. OLE color: 7472424.

HSL color Cylindrical-coordinate representation of color #280572: hue angle of 259.27º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280572 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 5 114 -
CMYK 0.65 0.96 0 0.55
HSL 259.27º 0.92% 0.23% -
HSV(B) 259.27º 0.96% 0.45% -
XYZ 3.97 1.77 16.05 -
YUV 27.89 176.6 136.64 -
System Red Green Blue C M Y K H S L
Decimal 40 5 114 0.65 0.96 0 0.55 259.27 0.92 0.23
Hex 28 5 72 41 60 0 37 103 5C 17
Octal 50 5 162 101 140 0 67 403 134 27
Binary 101000 101 1110010 1000001 1100000 0 110111 100000011 1011100 10111

Color Harmonies of #280572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280572

Black with #280572

Text Example


Text Example

White with #280572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280572; }

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

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

background-color css

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

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

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

border-color css

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

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

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