Html Css Color HEX #300471 Persian Indigo

📋 copy color: '#300471'

red 48 ◦ green 4 ◦ blue 113

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

Shades of Persian Indigo #300471

Tints of Persian Indigo #300471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.42%

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

R = 29.09%
G = 2.42%
B = 68.48%

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

#300471 (or 0x300471) is known color: Persian Indigo. HEX triplet: 30, 04 and 71. RGB value is (48,4,113). Sum of RGB (Red+Green+Blue) = 48+4+113=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #300471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300471 is #CFFB8E. Grayscale: #1D1D1D. Windows color (decimal): -13630351 or 7406640. OLE color: 7406640.

HSL color Cylindrical-coordinate representation of color #300471: hue angle of 264.22º degrees, saturation: 0.93, 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 #300471 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 4 113 -
CMYK 0.58 0.96 0 0.56
HSL 264.22º 0.93% 0.23% -
HSV(B) 264.22º 0.96% 0.44% -
XYZ 4.24 1.91 15.77 -
YUV 29.58 175.08 141.14 -
System Red Green Blue C M Y K H S L
Decimal 48 4 113 0.58 0.96 0 0.56 264.22 0.93 0.23
Hex 30 4 71 3A 60 0 38 108 5D 17
Octal 60 4 161 72 140 0 70 410 135 27
Binary 110000 100 1110001 111010 1100000 0 111000 100001000 1011101 10111

Color Harmonies of #300471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300471

Black with #300471

Text Example


Text Example

White with #300471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300471; }

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

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

background-color css

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

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

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

border-color css

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

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

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