#280282

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

Shades of Persian Indigo #280282

Tints of Persian Indigo #280282

Color information

#280282 (or 0x280282) is unknown color: approx Persian Indigo. HEX triplet: 28, 02 and 82. RGB value is (40,2,130). Sum of RGB (Red+Green+Blue) = 40+2+130=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 130 (51.17% from 255 or 75.58% from 172); Max value from RGB is 130 - color contains mainly: blue. Hex color #280282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280282 is #D7FD7D. Grayscale: #1B1B1B. Windows color (decimal): -14155134 or 8520232. OLE color: 8520232.

HSL color Cylindrical-coordinate representation of color #280282: hue angle of 257.81º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280282 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB402130-
CMYK0.690.9800.49
HSL257.81º96.97%25.88%-
HSV(B)257.81º98.46%50.98%-
XYZ4.932.1121.27-
YUV27.95185.59136.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.26%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 130 (51.17% from 255) = 75.58%
R=23.26%
G=1.16%
B=75.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4021300.690.9800.49257.8196.9725.88
Hex282824562031102611a
Octal50220210514206140214132
Binary1010001010000010100010111000100110001100000010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280282; }

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

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

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

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

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

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

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

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