#302082

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

Shades of Persian Indigo #302082

Tints of Persian Indigo #302082

Color information

#302082 (or 0x302082) is unknown color: approx Persian Indigo. HEX triplet: 30, 20 and 82. RGB value is (48,32,130). Sum of RGB (Red+Green+Blue) = 48+32+130=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 130 (51.17% from 255 or 61.90% from 210); Max value from RGB is 130 - color contains mainly: blue. Hex color #302082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302082 is #CFDF7D. Grayscale: #2F2F2F. Windows color (decimal): -13623166 or 8527920. OLE color: 8527920.

HSL color Cylindrical-coordinate representation of color #302082: hue angle of 249.8º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #302082 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4832130-
CMYK0.630.7500.49
HSL249.8º60.49%31.76%-
HSV(B)249.8º75.38%50.98%-
XYZ5.763.2721.45-
YUV47.96174.3128.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 32 (12.89% from 255) = 15.24%
BLUE value IS 130 (51.17% from 255) = 61.90%
R=22.86%
G=15.24%
B=61.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48321300.630.7500.49249.860.4931.76
Hex3020823F4B031fa3c20
Octal6040202771130613727440
Binary110000100000100000101111111001011011000111111010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302082; }

 p { color: rgb(48,32,130); }

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

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

 a { background-color: rgb(48,32,130); }

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

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

 span { border-color: rgb(48,32,130); }

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