Html Css Color HEX #280571 Persian Indigo

📋 copy color: '#280571'

red 40 ◦ green 5 ◦ blue 113

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

Shades of Persian Indigo #280571

Tints of Persian Indigo #280571

RGB

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

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

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

R = 25.32%
G = 3.16%
B = 71.52%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#280571 (or 0x280571) is known color: Persian Indigo. HEX triplet: 28, 05 and 71. RGB value is (40,5,113). Sum of RGB (Red+Green+Blue) = 40+5+113=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 113 (44.53% from 255 or 71.52% from 158); Max value from RGB is 113 - color contains mainly: blue. Hex color #280571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280571 is #D7FA8E. Grayscale: #1B1B1B. Windows color (decimal): -14154383 or 7406888. OLE color: 7406888.

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

Color convert

RGB 40 5 113 -
CMYK 0.65 0.96 0 0.56
HSL 259.44º 0.92% 0.23% -
HSV(B) 259.44º 0.96% 0.44% -
XYZ 3.91 1.75 15.75 -
YUV 27.78 176.1 136.72 -
System Red Green Blue C M Y K H S L
Decimal 40 5 113 0.65 0.96 0 0.56 259.44 0.92 0.23
Hex 28 5 71 41 60 0 38 103 5C 17
Octal 50 5 161 101 140 0 70 403 134 27
Binary 101000 101 1110001 1000001 1100000 0 111000 100000011 1011100 10111

Color Harmonies of #280571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280571

Black with #280571

Text Example


Text Example

White with #280571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280571; }

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

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

background-color css

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

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

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

border-color css

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

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

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