Html Css Color HEX #301E79 Persian Indigo

📋 copy color: '#301E79'

red 48 ◦ green 30 ◦ blue 121

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

Shades of Persian Indigo #301E79

Tints of Persian Indigo #301E79

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.08%

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

R = 24.12%
G = 15.08%
B = 60.8%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301E79 (or 0x301E79) is known color: Persian Indigo. HEX triplet: 30, 1E and 79. RGB value is (48,30,121). Sum of RGB (Red+Green+Blue) = 48+30+121=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #301E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301E79 is #CFE186. Grayscale: #2D2D2D. Windows color (decimal): -13623687 or 7937584. OLE color: 7937584.

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

Color convert

RGB 48 30 121 -
CMYK 0.60 0.75 0 0.53
HSL 251.87º 0.6% 0.3% -
HSV(B) 251.87º 0.75% 0.47% -
XYZ 5.13 2.94 18.39 -
YUV 45.76 170.46 129.6 -
System Red Green Blue C M Y K H S L
Decimal 48 30 121 0.60 0.75 0 0.53 251.87 0.6 0.3
Hex 30 1E 79 3C 4B 0 35 FC 3C 1E
Octal 60 36 171 74 113 0 65 374 74 36
Binary 110000 11110 1111001 111100 1001011 0 110101 11111100 111100 11110

Color Harmonies of #301E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E79

Black with #301E79

Text Example


Text Example

White with #301E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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