Html Css Color HEX #30276D Paris M

📋 copy color: '#30276D'

red 48 ◦ green 39 ◦ blue 109

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

Shades of Paris M #30276D

Tints of Paris M #30276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.9%

 BLUE value IS 109 (42.97% from 255) = 55.61%

R = 24.49%
G = 19.9%
B = 55.61%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30276D (or 0x30276D) is known color: Paris M. HEX triplet: 30, 27 and 6D. RGB value is (48,39,109). Sum of RGB (Red+Green+Blue) = 48+39+109=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #30276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30276D is #CFD892. Grayscale: #313131. Windows color (decimal): -13621395 or 7153456. OLE color: 7153456.

HSL color Cylindrical-coordinate representation of color #30276D: hue angle of 247.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30276D is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 39 109 -
CMYK 0.56 0.64 0 0.57
HSL 247.71º 0.47% 0.29% -
HSV(B) 247.71º 0.64% 0.43% -
XYZ 4.7 3.18 14.83 -
YUV 49.67 161.48 126.81 -
System Red Green Blue C M Y K H S L
Decimal 48 39 109 0.56 0.64 0 0.57 247.71 0.47 0.29
Hex 30 27 6D 38 40 0 39 F8 2F 1D
Octal 60 47 155 70 100 0 71 370 57 35
Binary 110000 100111 1101101 111000 1000000 0 111001 11111000 101111 11101

Color Harmonies of #30276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30276D

Black with #30276D

Text Example


Text Example

White with #30276D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,39,109); }

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

background-color css

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

 a { background-color: rgb(48,39,109); }

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

border-color css

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

 span { border-color: rgb(48,39,109); }

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