Html Css Color HEX #302171 Paris M

📋 copy color: '#302171'

red 48 ◦ green 33 ◦ blue 113

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

Shades of Paris M #302171

Tints of Paris M #302171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 58.25%

R = 24.74%
G = 17.01%
B = 58.25%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#302171 (or 0x302171) is known color: Paris M. HEX triplet: 30, 21 and 71. RGB value is (48,33,113). Sum of RGB (Red+Green+Blue) = 48+33+113=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #302171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302171 is #CFDE8E. Grayscale: #2E2E2E. Windows color (decimal): -13622927 or 7414064. OLE color: 7414064.

HSL color Cylindrical-coordinate representation of color #302171: hue angle of 251.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #302171 is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 33 113 -
CMYK 0.58 0.71 0 0.56
HSL 251.25º 0.55% 0.29% -
HSV(B) 251.25º 0.71% 0.44% -
XYZ 4.74 2.91 15.93 -
YUV 46.61 165.47 129 -
System Red Green Blue C M Y K H S L
Decimal 48 33 113 0.58 0.71 0 0.56 251.25 0.55 0.29
Hex 30 21 71 3A 47 0 38 FB 37 1D
Octal 60 41 161 72 107 0 70 373 67 35
Binary 110000 100001 1110001 111010 1000111 0 111000 11111011 110111 11101

Color Harmonies of #302171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302171

Black with #302171

Text Example


Text Example

White with #302171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302171; }

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

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

background-color css

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

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

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

border-color css

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

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

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