Html Css Color HEX #30295B Paris M

📋 copy color: '#30295B'

red 48 ◦ green 41 ◦ blue 91

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

Shades of Paris M #30295B

Tints of Paris M #30295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50.56%

R = 26.67%
G = 22.78%
B = 50.56%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30295B (or 0x30295B) is known color: Paris M. HEX triplet: 30, 29 and 5B. RGB value is (48,41,91). Sum of RGB (Red+Green+Blue) = 48+41+91=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #30295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30295B is #CFD6A4. Grayscale: #303030. Windows color (decimal): -13620901 or 5974320. OLE color: 5974320.

HSL color Cylindrical-coordinate representation of color #30295B: hue angle of 248.4º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30295B is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 41 91 -
CMYK 0.47 0.55 0 0.64
HSL 248.4º 0.38% 0.26% -
HSV(B) 248.4º 0.55% 0.36% -
XYZ 3.9 2.97 10.27 -
YUV 48.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 48 41 91 0.47 0.55 0 0.64 248.4 0.38 0.26
Hex 30 29 5B 2F 37 0 40 F8 26 1A
Octal 60 51 133 57 67 0 100 370 46 32
Binary 110000 101001 1011011 101111 110111 0 1000000 11111000 100110 11010

Color Harmonies of #30295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30295B

Black with #30295B

Text Example


Text Example

White with #30295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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