#280162

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

Shades of Persian Indigo #280162

Tints of Persian Indigo #280162

Color information

#280162 (or 0x280162) is unknown color: approx Persian Indigo. HEX triplet: 28, 01 and 62. RGB value is (40,1,98). Sum of RGB (Red+Green+Blue) = 40+1+98=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #280162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280162 is #D7FE9D. Grayscale: #171717. Windows color (decimal): -14155422 or 6422824. OLE color: 6422824.

HSL color Cylindrical-coordinate representation of color #280162: hue angle of 264.12º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280162 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB40198-
CMYK0.590.9900.62
HSL264.12º97.98%19.41%-
HSV(B)264.12º98.98%38.43%-
XYZ3.091.3511.65-
YUV23.72169.92139.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.78%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 98 (38.67% from 255) = 70.50%
R=28.78%
G=0.72%
B=70.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal401980.590.9900.62264.1297.9819.41
Hex281623B6303E1086213
Octal5011427314307641014223
Binary1010001110001011101111000110111110100001000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280162; }

 p { color: rgb(40,1,98); }

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

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

 a { background-color: rgb(40,1,98); }

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

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

 span { border-color: rgb(40,1,98); }

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