#301299

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

Shades of Persian Indigo #301299

Tints of Persian Indigo #301299

Color information

#301299 (or 0x301299) is unknown color: approx Persian Indigo. HEX triplet: 30, 12 and 99. RGB value is (48,18,153). Sum of RGB (Red+Green+Blue) = 48+18+153=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #301299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301299 is #CFED66. Grayscale: #292929. Windows color (decimal): -13626727 or 10031664. OLE color: 10031664.

HSL color Cylindrical-coordinate representation of color #301299: hue angle of 253.33º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301299 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4818153-
CMYK0.690.8800.4
HSL253.33º78.95%33.53%-
HSV(B)253.33º88.24%60%-
XYZ7.183.3630.41-
YUV42.36190.44132.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 153 (60.16% from 255) = 69.86%
R=21.92%
G=8.22%
B=69.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48181530.690.8800.4253.3378.9533.53
Hex3012994558028fd4f22
Octal602223110513005037511742
Binary1100001001010011001100010110110000101000111111011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301299; }

 p { color: rgb(48,18,153); }

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

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

 a { background-color: rgb(48,18,153); }

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

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

 span { border-color: rgb(48,18,153); }

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