Html Css Color HEX #30295A Paris M

📋 copy color: '#30295A'

red 48 ◦ green 41 ◦ blue 90

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

Shades of Paris M #30295A

Tints of Paris M #30295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 50.28%

R = 26.82%
G = 22.91%
B = 50.28%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#30295A (or 0x30295A) is known color: Paris M. HEX triplet: 30, 29 and 5A. RGB value is (48,41,90). Sum of RGB (Red+Green+Blue) = 48+41+90=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #30295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30295A is #CFD6A5. Grayscale: #303030. Windows color (decimal): -13620902 or 5908784. OLE color: 5908784.

HSL color Cylindrical-coordinate representation of color #30295A: hue angle of 248.57º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30295A is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 41 90 -
CMYK 0.47 0.54 0 0.65
HSL 248.57º 0.37% 0.26% -
HSV(B) 248.57º 0.54% 0.35% -
XYZ 3.86 2.95 10.04 -
YUV 48.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 48 41 90 0.47 0.54 0 0.65 248.57 0.37 0.26
Hex 30 29 5A 2F 36 0 41 F9 25 1A
Octal 60 51 132 57 66 0 101 371 45 32
Binary 110000 101001 1011010 101111 110110 0 1000001 11111001 100101 11010

Color Harmonies of #30295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30295A

Black with #30295A

Text Example


Text Example

White with #30295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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