Html Css Color HEX #300576 Persian Indigo

📋 copy color: '#300576'

red 48 ◦ green 5 ◦ blue 118

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

Shades of Persian Indigo #300576

Tints of Persian Indigo #300576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 69.01%

R = 28.07%
G = 2.92%
B = 69.01%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#300576 (or 0x300576) is known color: Persian Indigo. HEX triplet: 30, 05 and 76. RGB value is (48,5,118). Sum of RGB (Red+Green+Blue) = 48+5+118=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #300576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300576 is #CFFA89. Grayscale: #1E1E1E. Windows color (decimal): -13630090 or 7734576. OLE color: 7734576.

HSL color Cylindrical-coordinate representation of color #300576: hue angle of 262.83º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300576 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 5 118 -
CMYK 0.59 0.96 0 0.54
HSL 262.83º 0.92% 0.24% -
HSV(B) 262.83º 0.96% 0.46% -
XYZ 4.54 2.04 17.29 -
YUV 30.74 177.25 140.31 -
System Red Green Blue C M Y K H S L
Decimal 48 5 118 0.59 0.96 0 0.54 262.83 0.92 0.24
Hex 30 5 76 3B 60 0 36 107 5C 18
Octal 60 5 166 73 140 0 66 407 134 30
Binary 110000 101 1110110 111011 1100000 0 110110 100000111 1011100 11000

Color Harmonies of #300576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300576

Black with #300576

Text Example


Text Example

White with #300576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300576; }

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

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

background-color css

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

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

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

border-color css

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

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

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