Html Css Color HEX #301379 Persian Indigo

📋 copy color: '#301379'

red 48 ◦ green 19 ◦ blue 121

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

Shades of Persian Indigo #301379

Tints of Persian Indigo #301379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

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

R = 25.53%
G = 10.11%
B = 64.36%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301379 (or 0x301379) is known color: Persian Indigo. HEX triplet: 30, 13 and 79. RGB value is (48,19,121). Sum of RGB (Red+Green+Blue) = 48+19+121=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 121 (47.66% from 255 or 64.36% from 188); Max value from RGB is 121 - color contains mainly: blue. Hex color #301379 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301379 is #CFEC86. Grayscale: #262626. Windows color (decimal): -13626503 or 7934768. OLE color: 7934768.

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

Color convert

RGB 48 19 121 -
CMYK 0.60 0.84 0 0.53
HSL 257.06º 0.73% 0.27% -
HSV(B) 257.06º 0.84% 0.47% -
XYZ 4.9 2.47 18.31 -
YUV 39.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 48 19 121 0.60 0.84 0 0.53 257.06 0.73 0.27
Hex 30 13 79 3C 54 0 35 101 49 1B
Octal 60 23 171 74 124 0 65 401 111 33
Binary 110000 10011 1111001 111100 1010100 0 110101 100000001 1001001 11011

Color Harmonies of #301379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301379

Black with #301379

Text Example


Text Example

White with #301379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301379; }

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

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

background-color css

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

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

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

border-color css

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

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

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