Html Css Color HEX #301979 Persian Indigo

📋 copy color: '#301979'

red 48 ◦ green 25 ◦ blue 121

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

Shades of Persian Indigo #301979

Tints of Persian Indigo #301979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

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

R = 24.74%
G = 12.89%
B = 62.37%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301979 (or 0x301979) is known color: Persian Indigo. HEX triplet: 30, 19 and 79. RGB value is (48,25,121). Sum of RGB (Red+Green+Blue) = 48+25+121=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #301979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301979 is #CFE686. Grayscale: #2A2A2A. Windows color (decimal): -13624967 or 7936304. OLE color: 7936304.

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

Color convert

RGB 48 25 121 -
CMYK 0.60 0.79 0 0.53
HSL 254.38º 0.66% 0.29% -
HSV(B) 254.38º 0.79% 0.47% -
XYZ 5.02 2.7 18.35 -
YUV 42.82 172.12 131.69 -
System Red Green Blue C M Y K H S L
Decimal 48 25 121 0.60 0.79 0 0.53 254.38 0.66 0.29
Hex 30 19 79 3C 4F 0 35 FE 42 1D
Octal 60 31 171 74 117 0 65 376 102 35
Binary 110000 11001 1111001 111100 1001111 0 110101 11111110 1000010 11101

Color Harmonies of #301979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301979

Black with #301979

Text Example


Text Example

White with #301979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301979; }

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

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

background-color css

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

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

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

border-color css

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

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

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