Html Css Color HEX #30276B Paris M

📋 copy color: '#30276B'

red 48 ◦ green 39 ◦ blue 107

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

Shades of Paris M #30276B

Tints of Paris M #30276B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 55.15%

R = 24.74%
G = 20.1%
B = 55.15%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30276B (or 0x30276B) is known color: Paris M. HEX triplet: 30, 27 and 6B. RGB value is (48,39,107). Sum of RGB (Red+Green+Blue) = 48+39+107=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #30276B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30276B is #CFD894. Grayscale: #313131. Windows color (decimal): -13621397 or 7022384. OLE color: 7022384.

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

Color convert

RGB 48 39 107 -
CMYK 0.55 0.64 0 0.58
HSL 247.94º 0.47% 0.29% -
HSV(B) 247.94º 0.64% 0.42% -
XYZ 4.6 3.14 14.27 -
YUV 49.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 48 39 107 0.55 0.64 0 0.58 247.94 0.47 0.29
Hex 30 27 6B 37 40 0 3A F8 2F 1D
Octal 60 47 153 67 100 0 72 370 57 35
Binary 110000 100111 1101011 110111 1000000 0 111010 11111000 101111 11101

Color Harmonies of #30276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30276B

Black with #30276B

Text Example


Text Example

White with #30276B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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