Html Css Color HEX #30275A Paris M

📋 copy color: '#30275A'

red 48 ◦ green 39 ◦ blue 90

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

Shades of Paris M #30275A

Tints of Paris M #30275A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 50.85%

R = 27.12%
G = 22.03%
B = 50.85%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#30275A (or 0x30275A) is known color: Paris M. HEX triplet: 30, 27 and 5A. RGB value is (48,39,90). Sum of RGB (Red+Green+Blue) = 48+39+90=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #30275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30275A is #CFD8A5. Grayscale: #2F2F2F. Windows color (decimal): -13621414 or 5908272. OLE color: 5908272.

HSL color Cylindrical-coordinate representation of color #30275A: hue angle of 250.59º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30275A is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 39 90 -
CMYK 0.47 0.57 0 0.65
HSL 250.59º 0.4% 0.25% -
HSV(B) 250.59º 0.57% 0.35% -
XYZ 3.79 2.82 10.02 -
YUV 47.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 48 39 90 0.47 0.57 0 0.65 250.59 0.4 0.25
Hex 30 27 5A 2F 39 0 41 FB 28 19
Octal 60 47 132 57 71 0 101 373 50 31
Binary 110000 100111 1011010 101111 111001 0 1000001 11111011 101000 11001

Color Harmonies of #30275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30275A

Black with #30275A

Text Example


Text Example

White with #30275A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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