Html Css Color HEX #301E94 Persian Indigo

📋 copy color: '#301E94'

red 48 ◦ green 30 ◦ blue 148

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

Shades of Persian Indigo #301E94

Tints of Persian Indigo #301E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 65.49%

R = 21.24%
G = 13.27%
B = 65.49%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#301E94 (or 0x301E94) is known color: Persian Indigo. HEX triplet: 30, 1E and 94. RGB value is (48,30,148). Sum of RGB (Red+Green+Blue) = 48+30+148=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 148 (58.20% from 255 or 65.49% from 226); Max value from RGB is 148 - color contains mainly: blue. Hex color #301E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301E94 is #CFE16B. Grayscale: #303030. Windows color (decimal): -13623660 or 9707056. OLE color: 9707056.

HSL color Cylindrical-coordinate representation of color #301E94: hue angle of 249.15º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #301E94 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 30 148 -
CMYK 0.68 0.80 0 0.42
HSL 249.15º 0.66% 0.35% -
HSV(B) 249.15º 0.8% 0.58% -
XYZ 7.03 3.7 28.36 -
YUV 48.83 183.96 127.41 -
System Red Green Blue C M Y K H S L
Decimal 48 30 148 0.68 0.80 0 0.42 249.15 0.66 0.35
Hex 30 1E 94 44 50 0 2A F9 42 23
Octal 60 36 224 104 120 0 52 371 102 43
Binary 110000 11110 10010100 1000100 1010000 0 101010 11111001 1000010 100011

Color Harmonies of #301E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E94

Black with #301E94

Text Example


Text Example

White with #301E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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