Html Css Color HEX #30246E Paris M

📋 copy color: '#30246E'

red 48 ◦ green 36 ◦ blue 110

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

Shades of Paris M #30246E

Tints of Paris M #30246E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 56.7%

R = 24.74%
G = 18.56%
B = 56.7%

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

#30246E (or 0x30246E) is known color: Paris M. HEX triplet: 30, 24 and 6E. RGB value is (48,36,110). Sum of RGB (Red+Green+Blue) = 48+36+110=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #30246E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30246E is #CFDB91. Grayscale: #2F2F2F. Windows color (decimal): -13622162 or 7218224. OLE color: 7218224.

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

Color convert

RGB 48 36 110 -
CMYK 0.56 0.67 0 0.57
HSL 249.73º 0.51% 0.29% -
HSV(B) 249.73º 0.67% 0.43% -
XYZ 4.66 3.02 15.09 -
YUV 48.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 48 36 110 0.56 0.67 0 0.57 249.73 0.51 0.29
Hex 30 24 6E 38 43 0 39 FA 33 1D
Octal 60 44 156 70 103 0 71 372 63 35
Binary 110000 100100 1101110 111000 1000011 0 111001 11111010 110011 11101

Color Harmonies of #30246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30246E

Black with #30246E

Text Example


Text Example

White with #30246E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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