#301571

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

Shades of Persian Indigo #301571

Tints of Persian Indigo #301571

Color information

#301571 (or 0x301571) is unknown color: approx Persian Indigo. HEX triplet: 30, 15 and 71. RGB value is (48,21,113). Sum of RGB (Red+Green+Blue) = 48+21+113=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #301571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301571 is #CFEA8E. Grayscale: #272727. Windows color (decimal): -13625999 or 7410992. OLE color: 7410992.

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

Color convert

RGB4821113-
CMYK0.580.8100.56
HSL257.61º68.66%26.27%-
HSV(B)257.61º81.42%44.31%-
XYZ4.472.3615.84-
YUV39.56169.45134.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 21 (8.59% from 255) = 11.54%
BLUE value IS 113 (44.53% from 255) = 62.09%
R=26.37%
G=11.54%
B=62.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48211130.580.8100.56257.6168.6626.27
Hex3015713A51038102451a
Octal60251617212107040210532
Binary11000010101111000111101010100010111000100000010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301571; }

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

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

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

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

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

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

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

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