Html Css Color HEX #300979 Persian Indigo

📋 copy color: '#300979'

red 48 ◦ green 9 ◦ blue 121

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

Shades of Persian Indigo #300979

Tints of Persian Indigo #300979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.06%

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

R = 26.97%
G = 5.06%
B = 67.98%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#300979 (or 0x300979) is known color: Persian Indigo. HEX triplet: 30, 09 and 79. RGB value is (48,9,121). Sum of RGB (Red+Green+Blue) = 48+9+121=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 121 (47.66% from 255 or 67.98% from 178); Max value from RGB is 121 - color contains mainly: blue. Hex color #300979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300979 is #CFF686. Grayscale: #212121. Windows color (decimal): -13629063 or 7932208. OLE color: 7932208.

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

Color convert

RGB 48 9 121 -
CMYK 0.60 0.93 0 0.53
HSL 260.89º 0.86% 0.25% -
HSV(B) 260.89º 0.93% 0.47% -
XYZ 4.77 2.2 18.26 -
YUV 33.43 177.42 138.39 -
System Red Green Blue C M Y K H S L
Decimal 48 9 121 0.60 0.93 0 0.53 260.89 0.86 0.25
Hex 30 9 79 3C 5D 0 35 105 56 19
Octal 60 11 171 74 135 0 65 405 126 31
Binary 110000 1001 1111001 111100 1011101 0 110101 100000101 1010110 11001

Color Harmonies of #300979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300979

Black with #300979

Text Example


Text Example

White with #300979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300979; }

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

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

background-color css

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

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

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

border-color css

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

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

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