Html Css Color HEX #30215D Paris M

📋 copy color: '#30215D'

red 48 ◦ green 33 ◦ blue 93

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

Shades of Paris M #30215D

Tints of Paris M #30215D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 53.45%

R = 27.59%
G = 18.97%
B = 53.45%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30215D (or 0x30215D) is known color: Paris M. HEX triplet: 30, 21 and 5D. RGB value is (48,33,93). Sum of RGB (Red+Green+Blue) = 48+33+93=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #30215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30215D is #CFDEA2. Grayscale: #2C2C2C. Windows color (decimal): -13622947 or 6103344. OLE color: 6103344.

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

Color convert

RGB 48 33 93 -
CMYK 0.48 0.65 0 0.64
HSL 255º 0.48% 0.25% -
HSV(B) 255º 0.65% 0.36% -
XYZ 3.74 2.51 10.64 -
YUV 44.33 155.47 130.62 -
System Red Green Blue C M Y K H S L
Decimal 48 33 93 0.48 0.65 0 0.64 255 0.48 0.25
Hex 30 21 5D 30 41 0 40 FF 30 19
Octal 60 41 135 60 101 0 100 377 60 31
Binary 110000 100001 1011101 110000 1000001 0 1000000 11111111 110000 11001

Color Harmonies of #30215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30215D

Black with #30215D

Text Example


Text Example

White with #30215D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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