Html Css Color HEX #301F6F Paris M

📋 copy color: '#301F6F'

red 48 ◦ green 31 ◦ blue 111

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

Shades of Paris M #301F6F

Tints of Paris M #301F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 58.42%

R = 25.26%
G = 16.32%
B = 58.42%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#301F6F (or 0x301F6F) is known color: Paris M. HEX triplet: 30, 1F and 6F. RGB value is (48,31,111). Sum of RGB (Red+Green+Blue) = 48+31+111=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #301F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F6F is #CFE090. Grayscale: #2C2C2C. Windows color (decimal): -13623441 or 7282480. OLE color: 7282480.

HSL color Cylindrical-coordinate representation of color #301F6F: hue angle of 252.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #301F6F is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 31 111 -
CMYK 0.57 0.72 0 0.56
HSL 252.75º 0.56% 0.28% -
HSV(B) 252.75º 0.72% 0.44% -
XYZ 4.58 2.76 15.33 -
YUV 45.2 165.13 130 -
System Red Green Blue C M Y K H S L
Decimal 48 31 111 0.57 0.72 0 0.56 252.75 0.56 0.28
Hex 30 1F 6F 39 48 0 38 FD 38 1C
Octal 60 37 157 71 110 0 70 375 70 34
Binary 110000 11111 1101111 111001 1001000 0 111000 11111101 111000 11100

Color Harmonies of #301F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F6F

Black with #301F6F

Text Example


Text Example

White with #301F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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