Html Css Color HEX #302259 Paris M

📋 copy color: '#302259'

red 48 ◦ green 34 ◦ blue 89

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

Shades of Paris M #302259

Tints of Paris M #302259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 52.05%

R = 28.07%
G = 19.88%
B = 52.05%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#302259 (or 0x302259) is known color: Paris M. HEX triplet: 30, 22 and 59. RGB value is (48,34,89). Sum of RGB (Red+Green+Blue) = 48+34+89=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #302259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302259 is #CFDDA6. Grayscale: #2C2C2C. Windows color (decimal): -13622695 or 5841456. OLE color: 5841456.

HSL color Cylindrical-coordinate representation of color #302259: hue angle of 255.27º 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 #302259 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 34 89 -
CMYK 0.46 0.62 0 0.65
HSL 255.27º 0.45% 0.24% -
HSV(B) 255.27º 0.62% 0.35% -
XYZ 3.59 2.49 9.74 -
YUV 44.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 48 34 89 0.46 0.62 0 0.65 255.27 0.45 0.24
Hex 30 22 59 2E 3E 0 41 FF 2D 18
Octal 60 42 131 56 76 0 101 377 55 30
Binary 110000 100010 1011001 101110 111110 0 1000001 11111111 101101 11000

Color Harmonies of #302259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302259

Black with #302259

Text Example


Text Example

White with #302259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302259; }

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

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

background-color css

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

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

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

border-color css

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

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

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