Html Css Color HEX #280372 Persian Indigo

📋 copy color: '#280372'

red 40 ◦ green 3 ◦ blue 114

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

Shades of Persian Indigo #280372

Tints of Persian Indigo #280372

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

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

R = 25.48%
G = 1.91%
B = 72.61%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#280372 (or 0x280372) is known color: Persian Indigo. HEX triplet: 28, 03 and 72. RGB value is (40,3,114). Sum of RGB (Red+Green+Blue) = 40+3+114=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 114 (44.92% from 255 or 72.61% from 157); Max value from RGB is 114 - color contains mainly: blue. Hex color #280372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280372 is #D7FC8D. Grayscale: #1A1A1A. Windows color (decimal): -14154894 or 7471912. OLE color: 7471912.

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

Color convert

RGB 40 3 114 -
CMYK 0.65 0.97 0 0.55
HSL 260º 0.95% 0.23% -
HSV(B) 260º 0.97% 0.45% -
XYZ 3.94 1.73 16.05 -
YUV 26.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 40 3 114 0.65 0.97 0 0.55 260 0.95 0.23
Hex 28 3 72 41 61 0 37 104 5F 17
Octal 50 3 162 101 141 0 67 404 137 27
Binary 101000 11 1110010 1000001 1100001 0 110111 100000100 1011111 10111

Color Harmonies of #280372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280372

Black with #280372

Text Example


Text Example

White with #280372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280372; }

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

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

background-color css

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

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

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

border-color css

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

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

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