Html Css Color HEX #301E76 Persian Indigo

📋 copy color: '#301E76'

red 48 ◦ green 30 ◦ blue 118

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

Shades of Persian Indigo #301E76

Tints of Persian Indigo #301E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 60.2%

R = 24.49%
G = 15.31%
B = 60.2%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#301E76 (or 0x301E76) is known color: Persian Indigo. HEX triplet: 30, 1E and 76. RGB value is (48,30,118). Sum of RGB (Red+Green+Blue) = 48+30+118=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #301E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301E76 is #CFE189. Grayscale: #2D2D2D. Windows color (decimal): -13623690 or 7740976. OLE color: 7740976.

HSL color Cylindrical-coordinate representation of color #301E76: hue angle of 252.27º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #301E76 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 30 118 -
CMYK 0.59 0.75 0 0.54
HSL 252.27º 0.59% 0.29% -
HSV(B) 252.27º 0.75% 0.46% -
XYZ 4.95 2.86 17.43 -
YUV 45.41 168.96 129.84 -
System Red Green Blue C M Y K H S L
Decimal 48 30 118 0.59 0.75 0 0.54 252.27 0.59 0.29
Hex 30 1E 76 3B 4B 0 36 FC 3B 1D
Octal 60 36 166 73 113 0 66 374 73 35
Binary 110000 11110 1110110 111011 1001011 0 110110 11111100 111011 11101

Color Harmonies of #301E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E76

Black with #301E76

Text Example


Text Example

White with #301E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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