Html Css Color HEX #30215C Paris M

📋 copy color: '#30215C'

red 48 ◦ green 33 ◦ blue 92

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

Shades of Paris M #30215C

Tints of Paris M #30215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 53.18%

R = 27.75%
G = 19.08%
B = 53.18%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30215C (or 0x30215C) is known color: Paris M. HEX triplet: 30, 21 and 5C. RGB value is (48,33,92). Sum of RGB (Red+Green+Blue) = 48+33+92=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #30215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30215C is #CFDEA3. Grayscale: #2B2B2B. Windows color (decimal): -13622948 or 6037808. OLE color: 6037808.

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

Color convert

RGB 48 33 92 -
CMYK 0.48 0.64 0 0.64
HSL 255.25º 0.47% 0.25% -
HSV(B) 255.25º 0.64% 0.36% -
XYZ 3.69 2.49 10.41 -
YUV 44.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 48 33 92 0.48 0.64 0 0.64 255.25 0.47 0.25
Hex 30 21 5C 30 40 0 40 FF 2F 19
Octal 60 41 134 60 100 0 100 377 57 31
Binary 110000 100001 1011100 110000 1000000 0 1000000 11111111 101111 11001

Color Harmonies of #30215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30215C

Black with #30215C

Text Example


Text Example

White with #30215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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