Html Css Color HEX #30255D Paris M

📋 copy color: '#30255D'

red 48 ◦ green 37 ◦ blue 93

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

Shades of Paris M #30255D

Tints of Paris M #30255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.79%

 BLUE value IS 93 (36.72% from 255) = 52.25%

R = 26.97%
G = 20.79%
B = 52.25%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30255D (or 0x30255D) is known color: Paris M. HEX triplet: 30, 25 and 5D. RGB value is (48,37,93). Sum of RGB (Red+Green+Blue) = 48+37+93=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #30255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30255D is #CFDAA2. Grayscale: #2E2E2E. Windows color (decimal): -13621923 or 6104368. OLE color: 6104368.

HSL color Cylindrical-coordinate representation of color #30255D: hue angle of 251.79º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30255D is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 37 93 -
CMYK 0.48 0.60 0 0.64
HSL 251.79º 0.43% 0.25% -
HSV(B) 251.79º 0.6% 0.36% -
XYZ 3.86 2.74 10.68 -
YUV 46.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 48 37 93 0.48 0.60 0 0.64 251.79 0.43 0.25
Hex 30 25 5D 30 3C 0 40 FC 2B 19
Octal 60 45 135 60 74 0 100 374 53 31
Binary 110000 100101 1011101 110000 111100 0 1000000 11111100 101011 11001

Color Harmonies of #30255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30255D

Black with #30255D

Text Example


Text Example

White with #30255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30255D; }

 p { color: rgb(48,37,93); }

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

background-color css

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

 a { background-color: rgb(48,37,93); }

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

border-color css

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

 span { border-color: rgb(48,37,93); }

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