Html Css Color HEX #301E8C Persian Indigo

📋 copy color: '#301E8C'

red 48 ◦ green 30 ◦ blue 140

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

Shades of Persian Indigo #301E8C

Tints of Persian Indigo #301E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 64.22%

R = 22.02%
G = 13.76%
B = 64.22%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#301E8C (or 0x301E8C) is known color: Persian Indigo. HEX triplet: 30, 1E and 8C. RGB value is (48,30,140). Sum of RGB (Red+Green+Blue) = 48+30+140=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #301E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301E8C is #CFE173. Grayscale: #2F2F2F. Windows color (decimal): -13623668 or 9182768. OLE color: 9182768.

HSL color Cylindrical-coordinate representation of color #301E8C: hue angle of 249.82º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #301E8C is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 30 140 -
CMYK 0.66 0.79 0 0.45
HSL 249.82º 0.65% 0.33% -
HSV(B) 249.82º 0.79% 0.55% -
XYZ 6.42 3.45 25.14 -
YUV 47.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 48 30 140 0.66 0.79 0 0.45 249.82 0.65 0.33
Hex 30 1E 8C 42 4F 0 2D FA 41 21
Octal 60 36 214 102 117 0 55 372 101 41
Binary 110000 11110 10001100 1000010 1001111 0 101101 11111010 1000001 100001

Color Harmonies of #301E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E8C

Black with #301E8C

Text Example


Text Example

White with #301E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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