Html Css Color HEX #30295E Paris M

📋 copy color: '#30295E'

red 48 ◦ green 41 ◦ blue 94

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

Shades of Paris M #30295E

Tints of Paris M #30295E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 51.37%

R = 26.23%
G = 22.4%
B = 51.37%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30295E (or 0x30295E) is known color: Paris M. HEX triplet: 30, 29 and 5E. RGB value is (48,41,94). Sum of RGB (Red+Green+Blue) = 48+41+94=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #30295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30295E is #CFD6A1. Grayscale: #303030. Windows color (decimal): -13620898 or 6170928. OLE color: 6170928.

HSL color Cylindrical-coordinate representation of color #30295E: hue angle of 247.92º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30295E is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 41 94 -
CMYK 0.49 0.56 0 0.63
HSL 247.92º 0.39% 0.26% -
HSV(B) 247.92º 0.56% 0.37% -
XYZ 4.03 3.02 10.96 -
YUV 49.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 48 41 94 0.49 0.56 0 0.63 247.92 0.39 0.26
Hex 30 29 5E 31 38 0 3F F8 27 1A
Octal 60 51 136 61 70 0 77 370 47 32
Binary 110000 101001 1011110 110001 111000 0 111111 11111000 100111 11010

Color Harmonies of #30295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30295E

Black with #30295E

Text Example


Text Example

White with #30295E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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