Html Css Color HEX #30205D Paris M

📋 copy color: '#30205D'

red 48 ◦ green 32 ◦ blue 93

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

Shades of Paris M #30205D

Tints of Paris M #30205D

RGB

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

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

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

R = 27.75%
G = 18.5%
B = 53.76%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30205D (or 0x30205D) is known color: Paris M. HEX triplet: 30, 20 and 5D. RGB value is (48,32,93). Sum of RGB (Red+Green+Blue) = 48+32+93=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #30205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30205D is #CFDFA2. Grayscale: #2B2B2B. Windows color (decimal): -13623203 or 6103088. OLE color: 6103088.

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

Color convert

RGB 48 32 93 -
CMYK 0.48 0.66 0 0.64
HSL 255.74º 0.49% 0.25% -
HSV(B) 255.74º 0.66% 0.36% -
XYZ 3.71 2.45 10.63 -
YUV 43.74 155.8 131.04 -
System Red Green Blue C M Y K H S L
Decimal 48 32 93 0.48 0.66 0 0.64 255.74 0.49 0.25
Hex 30 20 5D 30 42 0 40 100 31 19
Octal 60 40 135 60 102 0 100 400 61 31
Binary 110000 100000 1011101 110000 1000010 0 1000000 100000000 110001 11001

Color Harmonies of #30205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30205D

Black with #30205D

Text Example


Text Example

White with #30205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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