#30198c

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

Shades of Persian Indigo #30198C

Tints of Persian Indigo #30198C

Color information

#30198C (or 0x30198C) is unknown color: approx Persian Indigo. HEX triplet: 30, 19 and 8C. RGB value is (48,25,140). Sum of RGB (Red+Green+Blue) = 48+25+140=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #30198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30198C is #CFE673. Grayscale: #2C2C2C. Windows color (decimal): -13624948 or 9181488. OLE color: 9181488.

HSL color Cylindrical-coordinate representation of color #30198C: hue angle of 252º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30198C is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4825140-
CMYK0.660.8200.45
HSL252º69.7%32.35%-
HSV(B)252º82.14%54.9%-
XYZ6.33.2225.1-
YUV44.99181.62130.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 25 (10.16% from 255) = 11.74%
BLUE value IS 140 (55.08% from 255) = 65.73%
R=22.54%
G=11.74%
B=65.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48251400.660.8200.4525269.732.35
Hex30198C425202Dfc4620
Octal603121410212205537410640
Binary1100001100110001100100001010100100101101111111001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30198c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30198c; }

 p { color: rgb(48,25,140); }

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

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

 a { background-color: rgb(48,25,140); }

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

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

 span { border-color: rgb(48,25,140); }

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