Html Css Color HEX #30225A Paris M

📋 copy color: '#30225A'

red 48 ◦ green 34 ◦ blue 90

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

Shades of Paris M #30225A

Tints of Paris M #30225A

RGB

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

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

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

R = 27.91%
G = 19.77%
B = 52.33%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#30225A (or 0x30225A) is known color: Paris M. HEX triplet: 30, 22 and 5A. RGB value is (48,34,90). Sum of RGB (Red+Green+Blue) = 48+34+90=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #30225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30225A is #CFDDA5. Grayscale: #2C2C2C. Windows color (decimal): -13622694 or 5906992. OLE color: 5906992.

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

Color convert

RGB 48 34 90 -
CMYK 0.47 0.62 0 0.65
HSL 255º 0.45% 0.24% -
HSV(B) 255º 0.62% 0.35% -
XYZ 3.64 2.51 9.97 -
YUV 44.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 48 34 90 0.47 0.62 0 0.65 255 0.45 0.24
Hex 30 22 5A 2F 3E 0 41 FF 2D 18
Octal 60 42 132 57 76 0 101 377 55 30
Binary 110000 100010 1011010 101111 111110 0 1000001 11111111 101101 11000

Color Harmonies of #30225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30225A

Black with #30225A

Text Example


Text Example

White with #30225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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