#301574

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

Shades of Persian Indigo #301574

Tints of Persian Indigo #301574

Color information

#301574 (or 0x301574) is unknown color: approx Persian Indigo. HEX triplet: 30, 15 and 74. RGB value is (48,21,116). Sum of RGB (Red+Green+Blue) = 48+21+116=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #301574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301574 is #CFEA8B. Grayscale: #272727. Windows color (decimal): -13625996 or 7607600. OLE color: 7607600.

HSL color Cylindrical-coordinate representation of color #301574: hue angle of 257.05º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #301574 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4821116-
CMYK0.590.8200.55
HSL257.05º69.34%26.86%-
HSV(B)257.05º81.9%45.49%-
XYZ4.642.4316.75-
YUV39.9170.95133.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 116 (45.70% from 255) = 62.70%
R=25.95%
G=11.35%
B=62.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48211160.590.8200.55257.0569.3426.86
Hex3015743B52037101451b
Octal60251647312206740110533
Binary11000010101111010011101110100100110111100000001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301574; }

 p { color: rgb(48,21,116); }

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

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

 a { background-color: rgb(48,21,116); }

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

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

 span { border-color: rgb(48,21,116); }

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