Html Css Color HEX #301E88 Persian Indigo

📋 copy color: '#301E88'

red 48 ◦ green 30 ◦ blue 136

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

Shades of Persian Indigo #301E88

Tints of Persian Indigo #301E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 63.55%

R = 22.43%
G = 14.02%
B = 63.55%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#301E88 (or 0x301E88) is known color: Persian Indigo. HEX triplet: 30, 1E and 88. RGB value is (48,30,136). Sum of RGB (Red+Green+Blue) = 48+30+136=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 136 (53.52% from 255 or 63.55% from 214); Max value from RGB is 136 - color contains mainly: blue. Hex color #301E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301E88 is #CFE177. Grayscale: #2F2F2F. Windows color (decimal): -13623672 or 8920624. OLE color: 8920624.

HSL color Cylindrical-coordinate representation of color #301E88: hue angle of 250.19º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #301E88 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 30 136 -
CMYK 0.65 0.78 0 0.47
HSL 250.19º 0.64% 0.33% -
HSV(B) 250.19º 0.78% 0.53% -
XYZ 6.13 3.33 23.61 -
YUV 47.47 177.96 128.38 -
System Red Green Blue C M Y K H S L
Decimal 48 30 136 0.65 0.78 0 0.47 250.19 0.64 0.33
Hex 30 1E 88 41 4E 0 2F FA 40 21
Octal 60 36 210 101 116 0 57 372 100 41
Binary 110000 11110 10001000 1000001 1001110 0 101111 11111010 1000000 100001

Color Harmonies of #301E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E88

Black with #301E88

Text Example


Text Example

White with #301E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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