Html Css Color HEX #280772 Persian Indigo

📋 copy color: '#280772'

red 40 ◦ green 7 ◦ blue 114

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

Shades of Persian Indigo #280772

Tints of Persian Indigo #280772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.35%

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

R = 24.84%
G = 4.35%
B = 70.81%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#280772 (or 0x280772) is known color: Persian Indigo. HEX triplet: 28, 07 and 72. RGB value is (40,7,114). Sum of RGB (Red+Green+Blue) = 40+7+114=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #280772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280772 is #D7F88D. Grayscale: #1C1C1C. Windows color (decimal): -14153870 or 7472936. OLE color: 7472936.

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

Color convert

RGB 40 7 114 -
CMYK 0.65 0.94 0 0.55
HSL 258.5º 0.88% 0.24% -
HSV(B) 258.5º 0.94% 0.45% -
XYZ 3.99 1.82 16.06 -
YUV 29.07 175.93 135.8 -
System Red Green Blue C M Y K H S L
Decimal 40 7 114 0.65 0.94 0 0.55 258.5 0.88 0.24
Hex 28 7 72 41 5E 0 37 103 58 18
Octal 50 7 162 101 136 0 67 403 130 30
Binary 101000 111 1110010 1000001 1011110 0 110111 100000011 1011000 11000

Color Harmonies of #280772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280772

Black with #280772

Text Example


Text Example

White with #280772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280772; }

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

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

background-color css

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

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

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

border-color css

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

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

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