Html Css Color HEX #300179 Persian Indigo

📋 copy color: '#300179'

red 48 ◦ green 1 ◦ blue 121

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

Shades of Persian Indigo #300179

Tints of Persian Indigo #300179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 28.24%
G = 0.59%
B = 71.18%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#300179 (or 0x300179) is known color: Persian Indigo. HEX triplet: 30, 01 and 79. RGB value is (48,1,121). Sum of RGB (Red+Green+Blue) = 48+1+121=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 121 (47.66% from 255 or 71.18% from 170); Max value from RGB is 121 - color contains mainly: blue. Hex color #300179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300179 is #CFFE86. Grayscale: #1C1C1C. Windows color (decimal): -13631111 or 7930160. OLE color: 7930160.

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

Color convert

RGB 48 1 121 -
CMYK 0.60 0.99 0 0.53
HSL 263.5º 0.98% 0.24% -
HSV(B) 263.5º 0.99% 0.47% -
XYZ 4.68 2.03 18.23 -
YUV 28.73 180.07 141.74 -
System Red Green Blue C M Y K H S L
Decimal 48 1 121 0.60 0.99 0 0.53 263.5 0.98 0.24
Hex 30 1 79 3C 63 0 35 108 62 18
Octal 60 1 171 74 143 0 65 410 142 30
Binary 110000 1 1111001 111100 1100011 0 110101 100001000 1100010 11000

Color Harmonies of #300179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300179

Black with #300179

Text Example


Text Example

White with #300179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300179; }

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

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

background-color css

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

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

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

border-color css

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

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

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