#302396

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

Shades of Persian Indigo #302396

Tints of Persian Indigo #302396

Color information

#302396 (or 0x302396) is unknown color: approx Persian Indigo. HEX triplet: 30, 23 and 96. RGB value is (48,35,150). Sum of RGB (Red+Green+Blue) = 48+35+150=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #302396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302396 is #CFDC69. Grayscale: #333333. Windows color (decimal): -13622378 or 9839408. OLE color: 9839408.

HSL color Cylindrical-coordinate representation of color #302396: hue angle of 246.78º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #302396 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4835150-
CMYK0.680.7700.41
HSL246.78º62.16%36.27%-
HSV(B)246.78º76.67%58.82%-
XYZ7.324.0329.25-
YUV52183.31125.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 150 (58.98% from 255) = 64.38%
R=20.60%
G=15.02%
B=64.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48351500.680.7700.41246.7862.1636.27
Hex302396444D029f73e24
Octal60432261041150513677644
Binary1100001000111001011010001001001101010100111110111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302396; }

 p { color: rgb(48,35,150); }

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

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

 a { background-color: rgb(48,35,150); }

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

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

 span { border-color: rgb(48,35,150); }

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