#280870

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

Shades of Persian Indigo #280870

Tints of Persian Indigo #280870

Color information

#280870 (or 0x280870) is unknown color: approx Persian Indigo. HEX triplet: 28, 08 and 70. RGB value is (40,8,112). Sum of RGB (Red+Green+Blue) = 40+8+112=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 112 (44.14% from 255 or 70% from 160); Max value from RGB is 112 - color contains mainly: blue. Hex color #280870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280870 is #D7F78F. Grayscale: #1D1D1D. Windows color (decimal): -14153616 or 7342120. OLE color: 7342120.

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

Color convert

RGB408112-
CMYK0.640.9300.56
HSL258.46º86.67%23.53%-
HSV(B)258.46º92.86%43.92%-
XYZ3.891.7915.47-
YUV29.42174.6135.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25%
GREEN value IS 8 (3.52% from 255) = 5%
BLUE value IS 112 (44.14% from 255) = 70%
R=25%
G=5%
B=70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4081120.640.9300.56258.4686.6723.53
Hex28870405D0381025718
Octal501016010013507040212730
Binary10100010001110000100000010111010111000100000010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280870; }

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

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

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

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

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

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

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

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