#280C73

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

Shades of Persian Indigo #280C73

Tints of Persian Indigo #280C73

Color information

#280C73 (or 0x280C73) is unknown color: approx Persian Indigo. HEX triplet: 28, 0C and 73. RGB value is (40,12,115). Sum of RGB (Red+Green+Blue) = 40+12+115=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 115 (45.31% from 255 or 68.86% from 167); Max value from RGB is 115 - color contains mainly: blue. Hex color #280C73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280C73 is #D7F38C. Grayscale: #1F1F1F. Windows color (decimal): -14152589 or 7539752. OLE color: 7539752.

HSL color Cylindrical-coordinate representation of color #280C73: hue angle of 256.31º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280C73 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4012115-
CMYK0.650.9000.55
HSL256.31º81.1%24.9%-
HSV(B)256.31º89.57%45.1%-
XYZ4.11.9516.38-
YUV32.11174.78133.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.95%
GREEN value IS 12 (5.08% from 255) = 7.19%
BLUE value IS 115 (45.31% from 255) = 68.86%
R=23.95%
G=7.19%
B=68.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40121150.650.9000.55256.3181.124.9
Hex28C73415A0371005119
Octal501416310113206740012131
Binary10100011001110011100000110110100110111100000000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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