#280288

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

Shades of Persian Indigo #280288

Tints of Persian Indigo #280288

Color information

#280288 (or 0x280288) is unknown color: approx Persian Indigo. HEX triplet: 28, 02 and 88. RGB value is (40,2,136). Sum of RGB (Red+Green+Blue) = 40+2+136=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 136 (53.52% from 255 or 76.40% from 178); Max value from RGB is 136 - color contains mainly: blue. Hex color #280288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280288 is #D7FD77. Grayscale: #1C1C1C. Windows color (decimal): -14155128 or 8913448. OLE color: 8913448.

HSL color Cylindrical-coordinate representation of color #280288: hue angle of 257.01º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280288 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB402136-
CMYK0.710.9900.47
HSL257.01º97.1%27.06%-
HSV(B)257.01º98.53%53.33%-
XYZ5.342.2723.45-
YUV28.64188.59136.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.47%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 136 (53.52% from 255) = 76.40%
R=22.47%
G=1.12%
B=76.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4021360.710.9900.47257.0197.127.06
Hex28288476302F101611b
Octal50221010714305740114133
Binary1010001010001000100011111000110101111100000001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280288; }

 p { color: rgb(40,2,136); }

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

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

 a { background-color: rgb(40,2,136); }

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

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

 span { border-color: rgb(40,2,136); }

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