Html Css Color HEX #302865 Paris M

📋 copy color: '#302865'

red 48 ◦ green 40 ◦ blue 101

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

Shades of Paris M #302865

Tints of Paris M #302865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.16%

 BLUE value IS 101 (39.84% from 255) = 53.44%

R = 25.4%
G = 21.16%
B = 53.44%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#302865 (or 0x302865) is known color: Paris M. HEX triplet: 30, 28 and 65. RGB value is (48,40,101). Sum of RGB (Red+Green+Blue) = 48+40+101=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #302865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302865 is #CFD79A. Grayscale: #313131. Windows color (decimal): -13621147 or 6629424. OLE color: 6629424.

HSL color Cylindrical-coordinate representation of color #302865: hue angle of 247.87º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #302865 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 40 101 -
CMYK 0.52 0.60 0 0.60
HSL 247.87º 0.43% 0.28% -
HSV(B) 247.87º 0.6% 0.4% -
XYZ 4.33 3.09 12.68 -
YUV 49.35 157.15 127.04 -
System Red Green Blue C M Y K H S L
Decimal 48 40 101 0.52 0.60 0 0.60 247.87 0.43 0.28
Hex 30 28 65 34 3C 0 3C F8 2B 1C
Octal 60 50 145 64 74 0 74 370 53 34
Binary 110000 101000 1100101 110100 111100 0 111100 11111000 101011 11100

Color Harmonies of #302865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302865

Black with #302865

Text Example


Text Example

White with #302865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302865; }

 p { color: rgb(48,40,101); }

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

background-color css

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

 a { background-color: rgb(48,40,101); }

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

border-color css

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

 span { border-color: rgb(48,40,101); }

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