Html Css Color HEX #280471 Persian Indigo

📋 copy color: '#280471'

red 40 ◦ green 4 ◦ blue 113

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

Shades of Persian Indigo #280471

Tints of Persian Indigo #280471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.55%

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

R = 25.48%
G = 2.55%
B = 71.97%

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

#280471 (or 0x280471) is known color: Persian Indigo. HEX triplet: 28, 04 and 71. RGB value is (40,4,113). Sum of RGB (Red+Green+Blue) = 40+4+113=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #280471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280471 is #D7FB8E. Grayscale: #1A1A1A. Windows color (decimal): -14154639 or 7406632. OLE color: 7406632.

HSL color Cylindrical-coordinate representation of color #280471: hue angle of 259.82º degrees, saturation: 0.93, 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 #280471 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 4 113 -
CMYK 0.65 0.96 0 0.56
HSL 259.82º 0.93% 0.23% -
HSV(B) 259.82º 0.96% 0.44% -
XYZ 3.9 1.73 15.75 -
YUV 27.19 176.43 137.14 -
System Red Green Blue C M Y K H S L
Decimal 40 4 113 0.65 0.96 0 0.56 259.82 0.93 0.23
Hex 28 4 71 41 60 0 38 104 5D 17
Octal 50 4 161 101 140 0 70 404 135 27
Binary 101000 100 1110001 1000001 1100000 0 111000 100000100 1011101 10111

Color Harmonies of #280471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280471

Black with #280471

Text Example


Text Example

White with #280471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280471; }

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

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

background-color css

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

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

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

border-color css

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

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

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