Html Css Color HEX #300579 Persian Indigo

📋 copy color: '#300579'

red 48 ◦ green 5 ◦ blue 121

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

Shades of Persian Indigo #300579

Tints of Persian Indigo #300579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 69.54%

R = 27.59%
G = 2.87%
B = 69.54%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#300579 (or 0x300579) is known color: Persian Indigo. HEX triplet: 30, 05 and 79. RGB value is (48,5,121). Sum of RGB (Red+Green+Blue) = 48+5+121=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 121 (47.66% from 255 or 69.54% from 174); Max value from RGB is 121 - color contains mainly: blue. Hex color #300579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300579 is #CFFA86. Grayscale: #1E1E1E. Windows color (decimal): -13630087 or 7931184. OLE color: 7931184.

HSL color Cylindrical-coordinate representation of color #300579: hue angle of 262.24º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300579 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 5 121 -
CMYK 0.60 0.96 0 0.53
HSL 262.24º 0.92% 0.25% -
HSV(B) 262.24º 0.96% 0.47% -
XYZ 4.72 2.12 18.25 -
YUV 31.08 178.75 140.07 -
System Red Green Blue C M Y K H S L
Decimal 48 5 121 0.60 0.96 0 0.53 262.24 0.92 0.25
Hex 30 5 79 3C 60 0 35 106 5C 19
Octal 60 5 171 74 140 0 65 406 134 31
Binary 110000 101 1111001 111100 1100000 0 110101 100000110 1011100 11001

Color Harmonies of #300579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300579

Black with #300579

Text Example


Text Example

White with #300579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300579; }

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

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

background-color css

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

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

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

border-color css

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

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

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