Html Css Color HEX #301571 Persian Indigo

📋 copy color: '#301571'

red 48 ◦ green 21 ◦ blue 113

#301571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #301571

Tints of Persian Indigo #301571

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 value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#301571 (or 0x301571) is known color: 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

RGB 48 21 113 -
CMYK 0.58 0.81 0 0.56
HSL 257.61º 0.69% 0.26% -
HSV(B) 257.61º 0.81% 0.44% -
XYZ 4.47 2.36 15.84 -
YUV 39.56 169.45 134.02 -
System Red Green Blue C M Y K H S L
Decimal 48 21 113 0.58 0.81 0 0.56 257.61 0.69 0.26
Hex 30 15 71 3A 51 0 38 102 45 1A
Octal 60 25 161 72 121 0 70 402 105 32
Binary 110000 10101 1110001 111010 1010001 0 111000 100000010 1000101 11010

Color Harmonies of #301571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301571

Black with #301571

Text Example


Text Example

White with #301571

Text Example


Text Example

HTML Codes & Css Web 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>