Html Css Color HEX #30205B Paris M

📋 copy color: '#30205B'

red 48 ◦ green 32 ◦ blue 91

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

Shades of Paris M #30205B

Tints of Paris M #30205B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 53.22%

R = 28.07%
G = 18.71%
B = 53.22%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30205B (or 0x30205B) is known color: Paris M. HEX triplet: 30, 20 and 5B. RGB value is (48,32,91). Sum of RGB (Red+Green+Blue) = 48+32+91=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #30205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30205B is #CFDFA4. Grayscale: #2B2B2B. Windows color (decimal): -13623205 or 5972016. OLE color: 5972016.

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

Color convert

RGB 48 32 91 -
CMYK 0.47 0.65 0 0.64
HSL 256.27º 0.48% 0.24% -
HSV(B) 256.27º 0.65% 0.36% -
XYZ 3.62 2.42 10.17 -
YUV 43.51 154.8 131.2 -
System Red Green Blue C M Y K H S L
Decimal 48 32 91 0.47 0.65 0 0.64 256.27 0.48 0.24
Hex 30 20 5B 2F 41 0 40 100 30 18
Octal 60 40 133 57 101 0 100 400 60 30
Binary 110000 100000 1011011 101111 1000001 0 1000000 100000000 110000 11000

Color Harmonies of #30205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30205B

Black with #30205B

Text Example


Text Example

White with #30205B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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