Html Css Color HEX #301E77 Persian Indigo

📋 copy color: '#301E77'

red 48 ◦ green 30 ◦ blue 119

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

Shades of Persian Indigo #301E77

Tints of Persian Indigo #301E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 60.41%

R = 24.37%
G = 15.23%
B = 60.41%

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

#301E77 (or 0x301E77) is known color: Persian Indigo. HEX triplet: 30, 1E and 77. RGB value is (48,30,119). Sum of RGB (Red+Green+Blue) = 48+30+119=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #301E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301E77 is #CFE188. Grayscale: #2D2D2D. Windows color (decimal): -13623689 or 7806512. OLE color: 7806512.

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

Color convert

RGB 48 30 119 -
CMYK 0.60 0.75 0 0.53
HSL 252.13º 0.6% 0.29% -
HSV(B) 252.13º 0.75% 0.47% -
XYZ 5.01 2.89 17.75 -
YUV 45.53 169.46 129.76 -
System Red Green Blue C M Y K H S L
Decimal 48 30 119 0.60 0.75 0 0.53 252.13 0.6 0.29
Hex 30 1E 77 3C 4B 0 35 FC 3C 1D
Octal 60 36 167 74 113 0 65 374 74 35
Binary 110000 11110 1110111 111100 1001011 0 110101 11111100 111100 11101

Color Harmonies of #301E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E77

Black with #301E77

Text Example


Text Example

White with #301E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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