Html Css Color HEX #30215F Paris M

📋 copy color: '#30215F'

red 48 ◦ green 33 ◦ blue 95

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

Shades of Paris M #30215F

Tints of Paris M #30215F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 53.98%

R = 27.27%
G = 18.75%
B = 53.98%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30215F (or 0x30215F) is known color: Paris M. HEX triplet: 30, 21 and 5F. RGB value is (48,33,95). Sum of RGB (Red+Green+Blue) = 48+33+95=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #30215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30215F is #CFDEA0. Grayscale: #2C2C2C. Windows color (decimal): -13622945 or 6234416. OLE color: 6234416.

HSL color Cylindrical-coordinate representation of color #30215F: hue angle of 254.52º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30215F is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 33 95 -
CMYK 0.49 0.65 0 0.63
HSL 254.52º 0.48% 0.25% -
HSV(B) 254.52º 0.65% 0.37% -
XYZ 3.83 2.54 11.12 -
YUV 44.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 48 33 95 0.49 0.65 0 0.63 254.52 0.48 0.25
Hex 30 21 5F 31 41 0 3F FF 30 19
Octal 60 41 137 61 101 0 77 377 60 31
Binary 110000 100001 1011111 110001 1000001 0 111111 11111111 110000 11001

Color Harmonies of #30215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30215F

Black with #30215F

Text Example


Text Example

White with #30215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30215F; }

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

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

background-color css

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

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

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

border-color css

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

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

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