Html Css Color HEX #302163 Paris M

📋 copy color: '#302163'

red 48 ◦ green 33 ◦ blue 99

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

Shades of Paris M #302163

Tints of Paris M #302163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.33%

 BLUE value IS 99 (39.06% from 255) = 55%

R = 26.67%
G = 18.33%
B = 55%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#302163 (or 0x302163) is known color: Paris M. HEX triplet: 30, 21 and 63. RGB value is (48,33,99). Sum of RGB (Red+Green+Blue) = 48+33+99=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 99 (39.06% from 255 or 55% from 180); Max value from RGB is 99 - color contains mainly: blue. Hex color #302163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302163 is #CFDE9C. Grayscale: #2C2C2C. Windows color (decimal): -13622941 or 6496560. OLE color: 6496560.

HSL color Cylindrical-coordinate representation of color #302163: hue angle of 253.64º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302163 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 33 99 -
CMYK 0.52 0.67 0 0.61
HSL 253.64º 0.5% 0.26% -
HSV(B) 253.64º 0.67% 0.39% -
XYZ 4.01 2.62 12.1 -
YUV 45.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 48 33 99 0.52 0.67 0 0.61 253.64 0.5 0.26
Hex 30 21 63 34 43 0 3D FE 32 1A
Octal 60 41 143 64 103 0 75 376 62 32
Binary 110000 100001 1100011 110100 1000011 0 111101 11111110 110010 11010

Color Harmonies of #302163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302163

Black with #302163

Text Example


Text Example

White with #302163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302163; }

 p { color: rgb(48,33,99); }

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

background-color css

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

 a { background-color: rgb(48,33,99); }

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

border-color css

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

 span { border-color: rgb(48,33,99); }

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