Html Css Color HEX #301E95 Persian Indigo

📋 copy color: '#301E95'

red 48 ◦ green 30 ◦ blue 149

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

Shades of Persian Indigo #301E95

Tints of Persian Indigo #301E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 65.64%

R = 21.15%
G = 13.22%
B = 65.64%

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

#301E95 (or 0x301E95) is known color: Persian Indigo. HEX triplet: 30, 1E and 95. RGB value is (48,30,149). Sum of RGB (Red+Green+Blue) = 48+30+149=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #301E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301E95 is #CFE16A. Grayscale: #303030. Windows color (decimal): -13623659 or 9772592. OLE color: 9772592.

HSL color Cylindrical-coordinate representation of color #301E95: hue angle of 249.08º 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 #301E95 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 30 149 -
CMYK 0.68 0.80 0 0.42
HSL 249.08º 0.66% 0.35% -
HSV(B) 249.08º 0.8% 0.58% -
XYZ 7.11 3.73 28.78 -
YUV 48.95 184.46 127.32 -
System Red Green Blue C M Y K H S L
Decimal 48 30 149 0.68 0.80 0 0.42 249.08 0.66 0.35
Hex 30 1E 95 44 50 0 2A F9 42 23
Octal 60 36 225 104 120 0 52 371 102 43
Binary 110000 11110 10010101 1000100 1010000 0 101010 11111001 1000010 100011

Color Harmonies of #301E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E95

Black with #301E95

Text Example


Text Example

White with #301E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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