#30197D

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

Shades of Persian Indigo #30197D

Tints of Persian Indigo #30197D

Color information

#30197D (or 0x30197D) is unknown color: approx Persian Indigo. HEX triplet: 30, 19 and 7D. RGB value is (48,25,125). Sum of RGB (Red+Green+Blue) = 48+25+125=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #30197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30197D is #CFE682. Grayscale: #2A2A2A. Windows color (decimal): -13624963 or 8198448. OLE color: 8198448.

HSL color Cylindrical-coordinate representation of color #30197D: hue angle of 253.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30197D is Cyan = 0.62, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4825125-
CMYK0.620.800.51
HSL253.8º66.67%29.41%-
HSV(B)253.8º80%49.02%-
XYZ5.272.819.67-
YUV43.28174.12131.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 25 (10.16% from 255) = 12.63%
BLUE value IS 125 (49.22% from 255) = 63.13%
R=24.24%
G=12.63%
B=63.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48251250.620.800.51253.866.6729.41
Hex30197D3E50033fe431d
Octal60311757612006337610335
Binary1100001100111111011111101010000011001111111110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30197D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30197D; }

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

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

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

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

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

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

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

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