Html Css Color HEX #30206A Paris M

📋 copy color: '#30206A'

red 48 ◦ green 32 ◦ blue 106

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

Shades of Paris M #30206A

Tints of Paris M #30206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 56.99%

R = 25.81%
G = 17.2%
B = 56.99%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30206A (or 0x30206A) is known color: Paris M. HEX triplet: 30, 20 and 6A. RGB value is (48,32,106). Sum of RGB (Red+Green+Blue) = 48+32+106=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 106 (41.80% from 255 or 56.99% from 186); Max value from RGB is 106 - color contains mainly: blue. Hex color #30206A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30206A is #CFDF95. Grayscale: #2C2C2C. Windows color (decimal): -13623190 or 6955056. OLE color: 6955056.

HSL color Cylindrical-coordinate representation of color #30206A: hue angle of 252.97º 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 #30206A is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 32 106 -
CMYK 0.55 0.70 0 0.58
HSL 252.97º 0.54% 0.27% -
HSV(B) 252.97º 0.7% 0.42% -
XYZ 4.34 2.7 13.93 -
YUV 45.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 48 32 106 0.55 0.70 0 0.58 252.97 0.54 0.27
Hex 30 20 6A 37 46 0 3A FD 36 1B
Octal 60 40 152 67 106 0 72 375 66 33
Binary 110000 100000 1101010 110111 1000110 0 111010 11111101 110110 11011

Color Harmonies of #30206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30206A

Black with #30206A

Text Example


Text Example

White with #30206A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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