Html Css Color HEX #30255B Paris M

📋 copy color: '#30255B'

red 48 ◦ green 37 ◦ blue 91

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

Shades of Paris M #30255B

Tints of Paris M #30255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.02%

 BLUE value IS 91 (35.94% from 255) = 51.7%

R = 27.27%
G = 21.02%
B = 51.7%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30255B (or 0x30255B) is known color: Paris M. HEX triplet: 30, 25 and 5B. RGB value is (48,37,91). Sum of RGB (Red+Green+Blue) = 48+37+91=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #30255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30255B is #CFDAA4. Grayscale: #2E2E2E. Windows color (decimal): -13621925 or 5973296. OLE color: 5973296.

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

Color convert

RGB 48 37 91 -
CMYK 0.47 0.59 0 0.64
HSL 252.22º 0.42% 0.25% -
HSV(B) 252.22º 0.59% 0.36% -
XYZ 3.77 2.71 10.22 -
YUV 46.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 48 37 91 0.47 0.59 0 0.64 252.22 0.42 0.25
Hex 30 25 5B 2F 3B 0 40 FC 2A 19
Octal 60 45 133 57 73 0 100 374 52 31
Binary 110000 100101 1011011 101111 111011 0 1000000 11111100 101010 11001

Color Harmonies of #30255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30255B

Black with #30255B

Text Example


Text Example

White with #30255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,37,91); }

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

background-color css

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

 a { background-color: rgb(48,37,91); }

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

border-color css

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

 span { border-color: rgb(48,37,91); }

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