Html Css Color HEX #30276F Paris M

📋 copy color: '#30276F'

red 48 ◦ green 39 ◦ blue 111

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

Shades of Paris M #30276F

Tints of Paris M #30276F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.06%

R = 24.24%
G = 19.7%
B = 56.06%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#30276F (or 0x30276F) is known color: Paris M. HEX triplet: 30, 27 and 6F. RGB value is (48,39,111). Sum of RGB (Red+Green+Blue) = 48+39+111=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #30276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30276F is #CFD890. Grayscale: #313131. Windows color (decimal): -13621393 or 7284528. OLE color: 7284528.

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

Color convert

RGB 48 39 111 -
CMYK 0.57 0.65 0 0.56
HSL 247.5º 0.48% 0.29% -
HSV(B) 247.5º 0.65% 0.44% -
XYZ 4.81 3.23 15.41 -
YUV 49.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 48 39 111 0.57 0.65 0 0.56 247.5 0.48 0.29
Hex 30 27 6F 39 41 0 38 F8 30 1D
Octal 60 47 157 71 101 0 70 370 60 35
Binary 110000 100111 1101111 111001 1000001 0 111000 11111000 110000 11101

Color Harmonies of #30276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30276F

Black with #30276F

Text Example


Text Example

White with #30276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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