Html Css Color HEX #301F62 Paris M

📋 copy color: '#301F62'

red 48 ◦ green 31 ◦ blue 98

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

Shades of Paris M #301F62

Tints of Paris M #301F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 55.37%

R = 27.12%
G = 17.51%
B = 55.37%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#301F62 (or 0x301F62) is known color: Paris M. HEX triplet: 30, 1F and 62. RGB value is (48,31,98). Sum of RGB (Red+Green+Blue) = 48+31+98=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #301F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F62 is #CFE09D. Grayscale: #2B2B2B. Windows color (decimal): -13623454 or 6430512. OLE color: 6430512.

HSL color Cylindrical-coordinate representation of color #301F62: hue angle of 255.22º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #301F62 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 31 98 -
CMYK 0.51 0.68 0 0.62
HSL 255.22º 0.52% 0.25% -
HSV(B) 255.22º 0.68% 0.38% -
XYZ 3.91 2.49 11.83 -
YUV 43.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 48 31 98 0.51 0.68 0 0.62 255.22 0.52 0.25
Hex 30 1F 62 33 44 0 3E FF 34 19
Octal 60 37 142 63 104 0 76 377 64 31
Binary 110000 11111 1100010 110011 1000100 0 111110 11111111 110100 11001

Color Harmonies of #301F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F62

Black with #301F62

Text Example


Text Example

White with #301F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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