#301699

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

Shades of Persian Indigo #301699

Tints of Persian Indigo #301699

Color information

#301699 (or 0x301699) is unknown color: approx Persian Indigo. HEX triplet: 30, 16 and 99. RGB value is (48,22,153). Sum of RGB (Red+Green+Blue) = 48+22+153=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #301699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301699 is #CFE966. Grayscale: #2C2C2C. Windows color (decimal): -13625703 or 10032688. OLE color: 10032688.

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

Color convert

RGB4822153-
CMYK0.690.8600.4
HSL251.91º74.86%34.31%-
HSV(B)251.91º85.62%60%-
XYZ7.263.530.43-
YUV44.71189.11130.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 153 (60.16% from 255) = 68.61%
R=21.52%
G=9.87%
B=68.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48221530.690.8600.4251.9174.8634.31
Hex3016994556028fc4b22
Octal602623110512605037411342
Binary1100001011010011001100010110101100101000111111001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301699; }

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

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

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

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

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

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

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

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