Html Css Color HEX #30296F Paris M

📋 copy color: '#30296F'

red 48 ◦ green 41 ◦ blue 111

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

Shades of Paris M #30296F

Tints of Paris M #30296F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.5%

 BLUE value IS 111 (43.75% from 255) = 55.5%

R = 24%
G = 20.5%
B = 55.5%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#30296F (or 0x30296F) is known color: Paris M. HEX triplet: 30, 29 and 6F. RGB value is (48,41,111). Sum of RGB (Red+Green+Blue) = 48+41+111=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #30296F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30296F is #CFD690. Grayscale: #323232. Windows color (decimal): -13620881 or 7285040. OLE color: 7285040.

HSL color Cylindrical-coordinate representation of color #30296F: hue angle of 246º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30296F is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 41 111 -
CMYK 0.57 0.63 0 0.56
HSL 246º 0.46% 0.3% -
HSV(B) 246º 0.63% 0.44% -
XYZ 4.88 3.36 15.43 -
YUV 51.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 48 41 111 0.57 0.63 0 0.56 246 0.46 0.3
Hex 30 29 6F 39 3F 0 38 F6 2E 1E
Octal 60 51 157 71 77 0 70 366 56 36
Binary 110000 101001 1101111 111001 111111 0 111000 11110110 101110 11110

Color Harmonies of #30296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30296F

Black with #30296F

Text Example


Text Example

White with #30296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30296F; }

 p { color: rgb(48,41,111); }

 H1.HeaderClassName
 {
   color: #30296F;
 }
 .AnyTagClassName
 {
   color: #30296F;
 }
</style>

background-color css

<style>
 a { background-color: #30296F; }

 a { background-color: rgb(48,41,111); }

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

border-color css

<style>
 span { border-color: #30296F; }

 span { border-color: rgb(48,41,111); }

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