#301572

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

Shades of Persian Indigo #301572

Tints of Persian Indigo #301572

Color information

#301572 (or 0x301572) is unknown color: approx Persian Indigo. HEX triplet: 30, 15 and 72. RGB value is (48,21,114). Sum of RGB (Red+Green+Blue) = 48+21+114=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #301572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301572 is #CFEA8D. Grayscale: #272727. Windows color (decimal): -13625998 or 7476528. OLE color: 7476528.

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

Color convert

RGB4821114-
CMYK0.580.8200.55
HSL257.42º68.89%26.47%-
HSV(B)257.42º81.58%44.71%-
XYZ4.522.3816.14-
YUV39.68169.95133.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 114 (44.92% from 255) = 62.30%
R=26.23%
G=11.48%
B=62.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48211140.580.8200.55257.4268.8926.47
Hex3015723A52037101451a
Octal60251627212206740110532
Binary11000010101111001011101010100100110111100000001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301572; }

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

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

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

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

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

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

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

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