Html Css Color HEX #302062 Paris M

📋 copy color: '#302062'

red 48 ◦ green 32 ◦ blue 98

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

Shades of Paris M #302062

Tints of Paris M #302062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.98%

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

R = 26.97%
G = 17.98%
B = 55.06%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#302062 (or 0x302062) is known color: Paris M. HEX triplet: 30, 20 and 62. RGB value is (48,32,98). Sum of RGB (Red+Green+Blue) = 48+32+98=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #302062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302062 is #CFDF9D. Grayscale: #2C2C2C. Windows color (decimal): -13623198 or 6430768. OLE color: 6430768.

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

Color convert

RGB 48 32 98 -
CMYK 0.51 0.67 0 0.62
HSL 254.55º 0.51% 0.25% -
HSV(B) 254.55º 0.67% 0.38% -
XYZ 3.94 2.54 11.84 -
YUV 44.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 48 32 98 0.51 0.67 0 0.62 254.55 0.51 0.25
Hex 30 20 62 33 43 0 3E FF 33 19
Octal 60 40 142 63 103 0 76 377 63 31
Binary 110000 100000 1100010 110011 1000011 0 111110 11111111 110011 11001

Color Harmonies of #302062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302062

Black with #302062

Text Example


Text Example

White with #302062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302062; }

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

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

background-color css

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

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

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

border-color css

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

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

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