Html Css Color HEX #302862 Paris M

📋 copy color: '#302862'

red 48 ◦ green 40 ◦ blue 98

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

Shades of Paris M #302862

Tints of Paris M #302862

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.51%

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

R = 25.81%
G = 21.51%
B = 52.69%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#302862 (or 0x302862) is known color: Paris M. HEX triplet: 30, 28 and 62. RGB value is (48,40,98). Sum of RGB (Red+Green+Blue) = 48+40+98=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #302862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302862 is #CFD79D. Grayscale: #303030. Windows color (decimal): -13621150 or 6432816. OLE color: 6432816.

HSL color Cylindrical-coordinate representation of color #302862: hue angle of 248.28º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #302862 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 40 98 -
CMYK 0.51 0.59 0 0.62
HSL 248.28º 0.42% 0.27% -
HSV(B) 248.28º 0.59% 0.38% -
XYZ 4.18 3.03 11.92 -
YUV 49 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 48 40 98 0.51 0.59 0 0.62 248.28 0.42 0.27
Hex 30 28 62 33 3B 0 3E F8 2A 1B
Octal 60 50 142 63 73 0 76 370 52 33
Binary 110000 101000 1100010 110011 111011 0 111110 11111000 101010 11011

Color Harmonies of #302862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302862

Black with #302862

Text Example


Text Example

White with #302862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302862; }

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

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

background-color css

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

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

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

border-color css

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

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

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