#302782

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

Shades of Persian Indigo #302782

Tints of Persian Indigo #302782

Color information

#302782 (or 0x302782) is unknown color: approx Persian Indigo. HEX triplet: 30, 27 and 82. RGB value is (48,39,130). Sum of RGB (Red+Green+Blue) = 48+39+130=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #302782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302782 is #CFD87D. Grayscale: #333333. Windows color (decimal): -13621374 or 8529712. OLE color: 8529712.

HSL color Cylindrical-coordinate representation of color #302782: hue angle of 245.93º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302782 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4839130-
CMYK0.630.7000.49
HSL245.93º53.85%33.14%-
HSV(B)245.93º70%50.98%-
XYZ5.973.6921.52-
YUV52.06171.98125.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 130 (51.17% from 255) = 59.91%
R=22.12%
G=17.97%
B=59.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48391300.630.7000.49245.9353.8533.14
Hex3027823F46031f63621
Octal6047202771060613666641
Binary110000100111100000101111111000110011000111110110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302782; }

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

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

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

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

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

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

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

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