Html Css Color HEX #280971 Persian Indigo

📋 copy color: '#280971'

red 40 ◦ green 9 ◦ blue 113

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

Shades of Persian Indigo #280971

Tints of Persian Indigo #280971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 69.75%

R = 24.69%
G = 5.56%
B = 69.75%

CMYK

 C value IS 0.65

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#280971 (or 0x280971) is known color: Persian Indigo. HEX triplet: 28, 09 and 71. RGB value is (40,9,113). Sum of RGB (Red+Green+Blue) = 40+9+113=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 113 (44.53% from 255 or 69.75% from 162); Max value from RGB is 113 - color contains mainly: blue. Hex color #280971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280971 is #D7F68E. Grayscale: #1D1D1D. Windows color (decimal): -14153359 or 7407912. OLE color: 7407912.

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

Color convert

RGB 40 9 113 -
CMYK 0.65 0.92 0 0.56
HSL 257.88º 0.85% 0.24% -
HSV(B) 257.88º 0.92% 0.44% -
XYZ 3.95 1.84 15.77 -
YUV 30.13 174.77 135.04 -
System Red Green Blue C M Y K H S L
Decimal 40 9 113 0.65 0.92 0 0.56 257.88 0.85 0.24
Hex 28 9 71 41 5C 0 38 102 55 18
Octal 50 11 161 101 134 0 70 402 125 30
Binary 101000 1001 1110001 1000001 1011100 0 111000 100000010 1010101 11000

Color Harmonies of #280971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280971

Black with #280971

Text Example


Text Example

White with #280971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280971; }

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

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

background-color css

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

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

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

border-color css

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

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

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