Html Css Color HEX #30206C Paris M

📋 copy color: '#30206C'

red 48 ◦ green 32 ◦ blue 108

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

Shades of Paris M #30206C

Tints of Paris M #30206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 57.45%

R = 25.53%
G = 17.02%
B = 57.45%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30206C (or 0x30206C) is known color: Paris M. HEX triplet: 30, 20 and 6C. RGB value is (48,32,108). Sum of RGB (Red+Green+Blue) = 48+32+108=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #30206C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30206C is #CFDF93. Grayscale: #2D2D2D. Windows color (decimal): -13623188 or 7086128. OLE color: 7086128.

HSL color Cylindrical-coordinate representation of color #30206C: hue angle of 252.63º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30206C is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 32 108 -
CMYK 0.56 0.70 0 0.58
HSL 252.63º 0.54% 0.27% -
HSV(B) 252.63º 0.7% 0.42% -
XYZ 4.44 2.74 14.48 -
YUV 45.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 48 32 108 0.56 0.70 0 0.58 252.63 0.54 0.27
Hex 30 20 6C 38 46 0 3A FD 36 1B
Octal 60 40 154 70 106 0 72 375 66 33
Binary 110000 100000 1101100 111000 1000110 0 111010 11111101 110110 11011

Color Harmonies of #30206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30206C

Black with #30206C

Text Example


Text Example

White with #30206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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