Html Css Color HEX #30226D Paris M

📋 copy color: '#30226D'

red 48 ◦ green 34 ◦ blue 109

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

Shades of Paris M #30226D

Tints of Paris M #30226D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.8%

 BLUE value IS 109 (42.97% from 255) = 57.07%

R = 25.13%
G = 17.8%
B = 57.07%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30226D (or 0x30226D) is known color: Paris M. HEX triplet: 30, 22 and 6D. RGB value is (48,34,109). Sum of RGB (Red+Green+Blue) = 48+34+109=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #30226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30226D is #CFDD92. Grayscale: #2E2E2E. Windows color (decimal): -13622675 or 7152176. OLE color: 7152176.

HSL color Cylindrical-coordinate representation of color #30226D: hue angle of 251.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30226D is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 34 109 -
CMYK 0.56 0.69 0 0.57
HSL 251.2º 0.52% 0.28% -
HSV(B) 251.2º 0.69% 0.43% -
XYZ 4.55 2.88 14.78 -
YUV 46.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 48 34 109 0.56 0.69 0 0.57 251.2 0.52 0.28
Hex 30 22 6D 38 45 0 39 FB 34 1C
Octal 60 42 155 70 105 0 71 373 64 34
Binary 110000 100010 1101101 111000 1000101 0 111001 11111011 110100 11100

Color Harmonies of #30226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30226D

Black with #30226D

Text Example


Text Example

White with #30226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30226D; }

 p { color: rgb(48,34,109); }

 H1.HeaderClassName
 {
   color: #30226D;
 }
 .AnyTagClassName
 {
   color: #30226D;
 }
</style>

background-color css

<style>
 a { background-color: #30226D; }

 a { background-color: rgb(48,34,109); }

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

border-color css

<style>
 span { border-color: #30226D; }

 span { border-color: rgb(48,34,109); }

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