Html Css Color HEX #30275C Paris M

📋 copy color: '#30275C'

red 48 ◦ green 39 ◦ blue 92

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

Shades of Paris M #30275C

Tints of Paris M #30275C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 51.4%

R = 26.82%
G = 21.79%
B = 51.4%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30275C (or 0x30275C) is known color: Paris M. HEX triplet: 30, 27 and 5C. RGB value is (48,39,92). Sum of RGB (Red+Green+Blue) = 48+39+92=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #30275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30275C is #CFD8A3. Grayscale: #2F2F2F. Windows color (decimal): -13621412 or 6039344. OLE color: 6039344.

HSL color Cylindrical-coordinate representation of color #30275C: hue angle of 250.19º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30275C is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 39 92 -
CMYK 0.48 0.58 0 0.64
HSL 250.19º 0.4% 0.26% -
HSV(B) 250.19º 0.58% 0.36% -
XYZ 3.88 2.85 10.47 -
YUV 47.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 48 39 92 0.48 0.58 0 0.64 250.19 0.4 0.26
Hex 30 27 5C 30 3A 0 40 FA 28 1A
Octal 60 47 134 60 72 0 100 372 50 32
Binary 110000 100111 1011100 110000 111010 0 1000000 11111010 101000 11010

Color Harmonies of #30275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30275C

Black with #30275C

Text Example


Text Example

White with #30275C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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