Html Css Color HEX #30216D Paris M

📋 copy color: '#30216D'

red 48 ◦ green 33 ◦ blue 109

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

Shades of Paris M #30216D

Tints of Paris M #30216D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.37%

 BLUE value IS 109 (42.97% from 255) = 57.37%

R = 25.26%
G = 17.37%
B = 57.37%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30216D (or 0x30216D) is known color: Paris M. HEX triplet: 30, 21 and 6D. RGB value is (48,33,109). Sum of RGB (Red+Green+Blue) = 48+33+109=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #30216D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30216D is #CFDE92. Grayscale: #2D2D2D. Windows color (decimal): -13622931 or 7151920. OLE color: 7151920.

HSL color Cylindrical-coordinate representation of color #30216D: hue angle of 251.84º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30216D is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 33 109 -
CMYK 0.56 0.70 0 0.57
HSL 251.84º 0.54% 0.28% -
HSV(B) 251.84º 0.7% 0.43% -
XYZ 4.52 2.82 14.77 -
YUV 46.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 48 33 109 0.56 0.70 0 0.57 251.84 0.54 0.28
Hex 30 21 6D 38 46 0 39 FC 36 1C
Octal 60 41 155 70 106 0 71 374 66 34
Binary 110000 100001 1101101 111000 1000110 0 111001 11111100 110110 11100

Color Harmonies of #30216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30216D

Black with #30216D

Text Example


Text Example

White with #30216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30216D; }

 p { color: rgb(48,33,109); }

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

background-color css

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

 a { background-color: rgb(48,33,109); }

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

border-color css

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

 span { border-color: rgb(48,33,109); }

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