Html Css Color HEX #30226F Paris M

📋 copy color: '#30226F'

red 48 ◦ green 34 ◦ blue 111

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

Shades of Paris M #30226F

Tints of Paris M #30226F

RGB

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

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

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

R = 24.87%
G = 17.62%
B = 57.51%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#30226F (or 0x30226F) is known color: Paris M. HEX triplet: 30, 22 and 6F. RGB value is (48,34,111). Sum of RGB (Red+Green+Blue) = 48+34+111=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #30226F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30226F is #CFDD90. Grayscale: #2E2E2E. Windows color (decimal): -13622673 or 7283248. OLE color: 7283248.

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

Color convert

RGB 48 34 111 -
CMYK 0.57 0.69 0 0.56
HSL 250.91º 0.53% 0.28% -
HSV(B) 250.91º 0.69% 0.44% -
XYZ 4.66 2.92 15.36 -
YUV 46.96 164.14 128.74 -
System Red Green Blue C M Y K H S L
Decimal 48 34 111 0.57 0.69 0 0.56 250.91 0.53 0.28
Hex 30 22 6F 39 45 0 38 FB 35 1C
Octal 60 42 157 71 105 0 70 373 65 34
Binary 110000 100010 1101111 111001 1000101 0 111000 11111011 110101 11100

Color Harmonies of #30226F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30226F

Black with #30226F

Text Example


Text Example

White with #30226F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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