#280C76

Color #280C76 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #280C76

Tints of Persian Indigo #280C76

Color information

#280C76 (or 0x280C76) is unknown color: approx Persian Indigo. HEX triplet: 28, 0C and 76. RGB value is (40,12,118). Sum of RGB (Red+Green+Blue) = 40+12+118=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 118 (46.48% from 255 or 69.41% from 170); Max value from RGB is 118 - color contains mainly: blue. Hex color #280C76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280C76 is #D7F389. Grayscale: #202020. Windows color (decimal): -14152586 or 7736360. OLE color: 7736360.

HSL color Cylindrical-coordinate representation of color #280C76: hue angle of 255.85º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280C76 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4012118-
CMYK0.660.9000.54
HSL255.85º81.54%25.49%-
HSV(B)255.85º89.83%46.27%-
XYZ4.282.0217.3-
YUV32.46176.28133.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.53%
GREEN value IS 12 (5.08% from 255) = 7.06%
BLUE value IS 118 (46.48% from 255) = 69.41%
R=23.53%
G=7.06%
B=69.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40121180.660.9000.54255.8581.5425.49
Hex28C76425A0361005219
Octal501416610213206640012231
Binary10100011001110110100001010110100110110100000000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #280C76;
 }
 .AnyTagClassName
 {
   color: #280C76;
 }
</style>
background-color css

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

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

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

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

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

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