Html Css Color HEX #30246D Paris M

📋 copy color: '#30246D'

red 48 ◦ green 36 ◦ blue 109

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

Shades of Paris M #30246D

Tints of Paris M #30246D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.65%

 BLUE value IS 109 (42.97% from 255) = 56.48%

R = 24.87%
G = 18.65%
B = 56.48%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30246D (or 0x30246D) is known color: Paris M. HEX triplet: 30, 24 and 6D. RGB value is (48,36,109). Sum of RGB (Red+Green+Blue) = 48+36+109=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #30246D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30246D is #CFDB92. Grayscale: #2F2F2F. Windows color (decimal): -13622163 or 7152688. OLE color: 7152688.

HSL color Cylindrical-coordinate representation of color #30246D: hue angle of 249.86º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30246D is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 36 109 -
CMYK 0.56 0.67 0 0.57
HSL 249.86º 0.5% 0.28% -
HSV(B) 249.86º 0.67% 0.43% -
XYZ 4.61 2.99 14.8 -
YUV 47.91 162.48 128.06 -
System Red Green Blue C M Y K H S L
Decimal 48 36 109 0.56 0.67 0 0.57 249.86 0.5 0.28
Hex 30 24 6D 38 43 0 39 FA 32 1C
Octal 60 44 155 70 103 0 71 372 62 34
Binary 110000 100100 1101101 111000 1000011 0 111001 11111010 110010 11100

Color Harmonies of #30246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30246D

Black with #30246D

Text Example


Text Example

White with #30246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,36,109); }

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

background-color css

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

 a { background-color: rgb(48,36,109); }

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

border-color css

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

 span { border-color: rgb(48,36,109); }

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