#280A70

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

Shades of Persian Indigo #280A70

Tints of Persian Indigo #280A70

Color information

#280A70 (or 0x280A70) is unknown color: approx Persian Indigo. HEX triplet: 28, 0A and 70. RGB value is (40,10,112). Sum of RGB (Red+Green+Blue) = 40+10+112=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #280A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280A70 is #D7F58F. Grayscale: #1E1E1E. Windows color (decimal): -14153104 or 7342632. OLE color: 7342632.

HSL color Cylindrical-coordinate representation of color #280A70: hue angle of 257.65º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #280A70 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4010112-
CMYK0.640.9100.56
HSL257.65º83.61%23.92%-
HSV(B)257.65º91.07%43.92%-
XYZ3.911.8415.48-
YUV30.6173.94134.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.69%
GREEN value IS 10 (4.30% from 255) = 6.17%
BLUE value IS 112 (44.14% from 255) = 69.14%
R=24.69%
G=6.17%
B=69.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40101120.640.9100.56257.6583.6123.92
Hex28A70405B0381025418
Octal501216010013307040212430
Binary10100010101110000100000010110110111000100000010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,10,112); }

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

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

 a { background-color: rgb(40,10,112); }

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

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

 span { border-color: rgb(40,10,112); }

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