Html Css Color HEX #300571 Persian Indigo

📋 copy color: '#300571'

red 48 ◦ green 5 ◦ blue 113

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

Shades of Persian Indigo #300571

Tints of Persian Indigo #300571

RGB

 RED value IS 48 (19.14% from 255) = 28.92%

 GREEN value IS 5 (2.34% from 255) = 3.01%

 BLUE value IS 113 (44.53% from 255) = 68.07%

R = 28.92%
G = 3.01%
B = 68.07%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#300571 (or 0x300571) is known color: Persian Indigo. HEX triplet: 30, 05 and 71. RGB value is (48,5,113). Sum of RGB (Red+Green+Blue) = 48+5+113=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #300571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300571 is #CFFA8E. Grayscale: #1D1D1D. Windows color (decimal): -13630095 or 7406896. OLE color: 7406896.

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

Color convert

RGB 48 5 113 -
CMYK 0.58 0.96 0 0.56
HSL 263.89º 0.92% 0.23% -
HSV(B) 263.89º 0.96% 0.44% -
XYZ 4.25 1.93 15.77 -
YUV 30.17 174.75 140.72 -
System Red Green Blue C M Y K H S L
Decimal 48 5 113 0.58 0.96 0 0.56 263.89 0.92 0.23
Hex 30 5 71 3A 60 0 38 108 5C 17
Octal 60 5 161 72 140 0 70 410 134 27
Binary 110000 101 1110001 111010 1100000 0 111000 100001000 1011100 10111

Color Harmonies of #300571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300571

Black with #300571

Text Example


Text Example

White with #300571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300571; }

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

 H1.HeaderClassName
 {
   color: #300571;
 }
 .AnyTagClassName
 {
   color: #300571;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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