Html Css Color HEX #301F5E Paris M

📋 copy color: '#301F5E'

red 48 ◦ green 31 ◦ blue 94

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

Shades of Paris M #301F5E

Tints of Paris M #301F5E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.92%

 BLUE value IS 94 (37.11% from 255) = 54.34%

R = 27.75%
G = 17.92%
B = 54.34%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#301F5E (or 0x301F5E) is known color: Paris M. HEX triplet: 30, 1F and 5E. RGB value is (48,31,94). Sum of RGB (Red+Green+Blue) = 48+31+94=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #301F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F5E is #CFE0A1. Grayscale: #2B2B2B. Windows color (decimal): -13623458 or 6168368. OLE color: 6168368.

HSL color Cylindrical-coordinate representation of color #301F5E: hue angle of 256.19º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301F5E is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 31 94 -
CMYK 0.49 0.67 0 0.63
HSL 256.19º 0.5% 0.25% -
HSV(B) 256.19º 0.67% 0.37% -
XYZ 3.73 2.42 10.86 -
YUV 43.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 48 31 94 0.49 0.67 0 0.63 256.19 0.5 0.25
Hex 30 1F 5E 31 43 0 3F 100 32 19
Octal 60 37 136 61 103 0 77 400 62 31
Binary 110000 11111 1011110 110001 1000011 0 111111 100000000 110010 11001

Color Harmonies of #301F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F5E

Black with #301F5E

Text Example


Text Example

White with #301F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,31,94); }

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

background-color css

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

 a { background-color: rgb(48,31,94); }

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

border-color css

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

 span { border-color: rgb(48,31,94); }

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