#301970

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

Shades of Persian Indigo #301970

Tints of Persian Indigo #301970

Color information

#301970 (or 0x301970) is unknown color: approx Persian Indigo. HEX triplet: 30, 19 and 70. RGB value is (48,25,112). Sum of RGB (Red+Green+Blue) = 48+25+112=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #301970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301970 is #CFE68F. Grayscale: #292929. Windows color (decimal): -13624976 or 7346480. OLE color: 7346480.

HSL color Cylindrical-coordinate representation of color #301970: hue angle of 255.86º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #301970 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4825112-
CMYK0.570.7800.56
HSL255.86º63.5%26.86%-
HSV(B)255.86º77.68%43.92%-
XYZ4.492.4915.57-
YUV41.8167.62132.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 25 (10.16% from 255) = 13.51%
BLUE value IS 112 (44.14% from 255) = 60.54%
R=25.95%
G=13.51%
B=60.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48251120.570.7800.56255.8663.526.86
Hex301970394E038100401b
Octal60311607111607040010033
Binary11000011001111000011100110011100111000100000000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301970; }

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

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

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

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

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

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

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

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