#302197

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

Shades of Persian Indigo #302197

Tints of Persian Indigo #302197

Color information

#302197 (or 0x302197) is unknown color: approx Persian Indigo. HEX triplet: 30, 21 and 97. RGB value is (48,33,151). Sum of RGB (Red+Green+Blue) = 48+33+151=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 151 (59.38% from 255 or 65.09% from 232); Max value from RGB is 151 - color contains mainly: blue. Hex color #302197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302197 is #CFDE68. Grayscale: #323232. Windows color (decimal): -13622889 or 9904432. OLE color: 9904432.

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

Color convert

RGB4833151-
CMYK0.680.7800.41
HSL247.63º64.13%36.08%-
HSV(B)247.63º78.15%59.22%-
XYZ7.353.9529.65-
YUV50.94184.47125.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 33 (13.28% from 255) = 14.22%
BLUE value IS 151 (59.38% from 255) = 65.09%
R=20.69%
G=14.22%
B=65.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48331510.680.7800.41247.6364.1336.08
Hex302197444E029f84024
Octal604122710411605137010044
Binary11000010000110010111100010010011100101001111110001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302197; }

 p { color: rgb(48,33,151); }

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

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

 a { background-color: rgb(48,33,151); }

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

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

 span { border-color: rgb(48,33,151); }

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