Html Css Color HEX #280071 Persian Indigo

📋 copy color: '#280071'

red 40 ◦ green 0 ◦ blue 113

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

Shades of Persian Indigo #280071

Tints of Persian Indigo #280071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.14%
G = 0%
B = 73.86%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#280071 (or 0x280071) is known color: Persian Indigo. HEX triplet: 28, 00 and 71. RGB value is (40,0,113). Sum of RGB (Red+Green+Blue) = 40+0+113=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 113 (44.53% from 255 or 73.86% from 153); Max value from RGB is 113 - color contains mainly: blue. Hex color #280071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280071 is #D7FF8E. Grayscale: #181818. Windows color (decimal): -14155663 or 7405608. OLE color: 7405608.

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

Color convert

RGB 40 0 113 -
CMYK 0.65 1 0 0.56
HSL 261.24º 1% 0.22% -
HSV(B) 261.24º 1% 0.44% -
XYZ 3.86 1.64 15.74 -
YUV 24.84 177.75 138.81 -
System Red Green Blue C M Y K H S L
Decimal 40 0 113 0.65 1 0 0.56 261.24 1 0.22
Hex 28 0 71 41 64 0 38 105 64 16
Octal 50 0 161 101 144 0 70 405 144 26
Binary 101000 0 1110001 1000001 1100100 0 111000 100000101 1100100 10110

Color Harmonies of #280071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280071

Black with #280071

Text Example


Text Example

White with #280071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280071; }

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

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

background-color css

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

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

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

border-color css

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

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

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