#301496

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

Shades of Persian Indigo #301496

Tints of Persian Indigo #301496

Color information

#301496 (or 0x301496) is unknown color: approx Persian Indigo. HEX triplet: 30, 14 and 96. RGB value is (48,20,150). Sum of RGB (Red+Green+Blue) = 48+20+150=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #301496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301496 is #CFEB69. Grayscale: #2A2A2A. Windows color (decimal): -13626218 or 9835568. OLE color: 9835568.

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

Color convert

RGB4820150-
CMYK0.680.8700.41
HSL252.92º76.47%33.33%-
HSV(B)252.92º86.67%58.82%-
XYZ6.973.3329.13-
YUV43.19188.28131.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 20 (8.20% from 255) = 9.17%
BLUE value IS 150 (58.98% from 255) = 68.81%
R=22.02%
G=9.17%
B=68.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48201500.680.8700.41252.9276.4733.33
Hex3014964457029fd4c21
Octal602422610412705137511441
Binary1100001010010010110100010010101110101001111111011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301496; }

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

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

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

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

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

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

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

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