Html Css Color HEX #280C71 Persian Indigo

📋 copy color: '#280C71'

red 40 ◦ green 12 ◦ blue 113

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

Shades of Persian Indigo #280C71

Tints of Persian Indigo #280C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.27%

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

R = 24.24%
G = 7.27%
B = 68.48%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#280C71 (or 0x280C71) is known color: Persian Indigo. HEX triplet: 28, 0C and 71. RGB value is (40,12,113). Sum of RGB (Red+Green+Blue) = 40+12+113=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #280C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280C71 is #D7F38E. Grayscale: #1F1F1F. Windows color (decimal): -14152591 or 7408680. OLE color: 7408680.

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

Color convert

RGB 40 12 113 -
CMYK 0.65 0.89 0 0.56
HSL 256.63º 0.81% 0.25% -
HSV(B) 256.63º 0.89% 0.44% -
XYZ 3.99 1.91 15.78 -
YUV 31.89 173.78 133.79 -
System Red Green Blue C M Y K H S L
Decimal 40 12 113 0.65 0.89 0 0.56 256.63 0.81 0.25
Hex 28 C 71 41 59 0 38 101 51 19
Octal 50 14 161 101 131 0 70 401 121 31
Binary 101000 1100 1110001 1000001 1011001 0 111000 100000001 1010001 11001

Color Harmonies of #280C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280C71

Black with #280C71

Text Example


Text Example

White with #280C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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