#301271

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

Shades of Persian Indigo #301271

Tints of Persian Indigo #301271

Color information

#301271 (or 0x301271) is unknown color: approx Persian Indigo. HEX triplet: 30, 12 and 71. RGB value is (48,18,113). Sum of RGB (Red+Green+Blue) = 48+18+113=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #301271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301271 is #CFED8E. Grayscale: #252525. Windows color (decimal): -13626767 or 7410224. OLE color: 7410224.

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

Color convert

RGB4818113-
CMYK0.580.8400.56
HSL258.95º72.52%25.69%-
HSV(B)258.95º84.07%44.31%-
XYZ4.422.2515.82-
YUV37.8170.44135.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.82%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 113 (44.53% from 255) = 63.13%
R=26.82%
G=10.06%
B=63.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48181130.580.8400.56258.9572.5225.69
Hex3012713A54038103491a
Octal60221617212407040311132
Binary11000010010111000111101010101000111000100000011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301271; }

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

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

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

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

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

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

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

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