Html Css Color HEX #301C79 Persian Indigo

📋 copy color: '#301C79'

red 48 ◦ green 28 ◦ blue 121

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

Shades of Persian Indigo #301C79

Tints of Persian Indigo #301C79

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.21%

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

R = 24.37%
G = 14.21%
B = 61.42%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301C79 (or 0x301C79) is known color: Persian Indigo. HEX triplet: 30, 1C and 79. RGB value is (48,28,121). Sum of RGB (Red+Green+Blue) = 48+28+121=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #301C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C79 is #CFE386. Grayscale: #2C2C2C. Windows color (decimal): -13624199 or 7937072. OLE color: 7937072.

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

Color convert

RGB 48 28 121 -
CMYK 0.60 0.77 0 0.53
HSL 252.9º 0.62% 0.29% -
HSV(B) 252.9º 0.77% 0.47% -
XYZ 5.09 2.84 18.37 -
YUV 44.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 48 28 121 0.60 0.77 0 0.53 252.9 0.62 0.29
Hex 30 1C 79 3C 4D 0 35 FD 3E 1D
Octal 60 34 171 74 115 0 65 375 76 35
Binary 110000 11100 1111001 111100 1001101 0 110101 11111101 111110 11101

Color Harmonies of #301C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C79

Black with #301C79

Text Example


Text Example

White with #301C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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