#302182

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

Shades of Persian Indigo #302182

Tints of Persian Indigo #302182

Color information

#302182 (or 0x302182) is unknown color: approx Persian Indigo. HEX triplet: 30, 21 and 82. RGB value is (48,33,130). Sum of RGB (Red+Green+Blue) = 48+33+130=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #302182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302182 is #CFDE7D. Grayscale: #303030. Windows color (decimal): -13622910 or 8528176. OLE color: 8528176.

HSL color Cylindrical-coordinate representation of color #302182: hue angle of 249.28º 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 #302182 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4833130-
CMYK0.630.7500.49
HSL249.28º59.51%31.96%-
HSV(B)249.28º74.62%50.98%-
XYZ5.793.3321.46-
YUV48.54173.97127.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 130 (51.17% from 255) = 61.61%
R=22.75%
G=15.64%
B=61.61%

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
Decimal48331300.630.7500.49249.2859.5131.96
Hex3021823F4B031f93c20
Octal6041202771130613717440
Binary110000100001100000101111111001011011000111111001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302182; }

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

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

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

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

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

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

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

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