Html Css Color HEX #30256C Paris M

📋 copy color: '#30256C'

red 48 ◦ green 37 ◦ blue 108

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

Shades of Paris M #30256C

Tints of Paris M #30256C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 55.96%

R = 24.87%
G = 19.17%
B = 55.96%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30256C (or 0x30256C) is known color: Paris M. HEX triplet: 30, 25 and 6C. RGB value is (48,37,108). Sum of RGB (Red+Green+Blue) = 48+37+108=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #30256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30256C is #CFDA93. Grayscale: #303030. Windows color (decimal): -13621908 or 7087408. OLE color: 7087408.

HSL color Cylindrical-coordinate representation of color #30256C: hue angle of 249.3º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30256C is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 37 108 -
CMYK 0.56 0.66 0 0.58
HSL 249.3º 0.49% 0.28% -
HSV(B) 249.3º 0.66% 0.42% -
XYZ 4.59 3.03 14.53 -
YUV 48.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 48 37 108 0.56 0.66 0 0.58 249.3 0.49 0.28
Hex 30 25 6C 38 42 0 3A F9 31 1C
Octal 60 45 154 70 102 0 72 371 61 34
Binary 110000 100101 1101100 111000 1000010 0 111010 11111001 110001 11100

Color Harmonies of #30256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30256C

Black with #30256C

Text Example


Text Example

White with #30256C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30256C; }

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

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

background-color css

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

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

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

border-color css

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

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

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