Html Css Color HEX #280972 Persian Indigo

📋 copy color: '#280972'

red 40 ◦ green 9 ◦ blue 114

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

Shades of Persian Indigo #280972

Tints of Persian Indigo #280972

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.52%

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

R = 24.54%
G = 5.52%
B = 69.94%

CMYK

 C value IS 0.65

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#280972 (or 0x280972) is known color: Persian Indigo. HEX triplet: 28, 09 and 72. RGB value is (40,9,114). Sum of RGB (Red+Green+Blue) = 40+9+114=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 114 (44.92% from 255 or 69.94% from 163); Max value from RGB is 114 - color contains mainly: blue. Hex color #280972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280972 is #D7F68D. Grayscale: #1D1D1D. Windows color (decimal): -14153358 or 7473448. OLE color: 7473448.

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

Color convert

RGB 40 9 114 -
CMYK 0.65 0.92 0 0.55
HSL 257.71º 0.85% 0.24% -
HSV(B) 257.71º 0.92% 0.45% -
XYZ 4.01 1.86 16.07 -
YUV 30.24 175.27 134.96 -
System Red Green Blue C M Y K H S L
Decimal 40 9 114 0.65 0.92 0 0.55 257.71 0.85 0.24
Hex 28 9 72 41 5C 0 37 102 55 18
Octal 50 11 162 101 134 0 67 402 125 30
Binary 101000 1001 1110010 1000001 1011100 0 110111 100000010 1010101 11000

Color Harmonies of #280972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280972

Black with #280972

Text Example


Text Example

White with #280972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280972; }

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

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

background-color css

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

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

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

border-color css

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

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

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