#280382

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

Shades of Persian Indigo #280382

Tints of Persian Indigo #280382

Color information

#280382 (or 0x280382) is unknown color: approx Persian Indigo. HEX triplet: 28, 03 and 82. RGB value is (40,3,130). Sum of RGB (Red+Green+Blue) = 40+3+130=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 130 (51.17% from 255 or 75.14% from 173); Max value from RGB is 130 - color contains mainly: blue. Hex color #280382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280382 is #D7FC7D. Grayscale: #1C1C1C. Windows color (decimal): -14154878 or 8520488. OLE color: 8520488.

HSL color Cylindrical-coordinate representation of color #280382: hue angle of 257.48º degrees, saturation: 0.95, 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 #280382 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB403130-
CMYK0.690.9800.49
HSL257.48º95.49%26.08%-
HSV(B)257.48º97.69%50.98%-
XYZ4.942.1321.27-
YUV28.54185.26136.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.12%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 130 (51.17% from 255) = 75.14%
R=23.12%
G=1.73%
B=75.14%

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
Decimal4031300.690.9800.49257.4895.4926.08
Hex2838245620311015f1a
Octal50320210514206140113732
Binary1010001110000010100010111000100110001100000001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280382; }

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

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

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

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

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

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

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

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