Html Css Color HEX #30245B Paris M

📋 copy color: '#30245B'

red 48 ◦ green 36 ◦ blue 91

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

Shades of Paris M #30245B

Tints of Paris M #30245B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.57%

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

R = 27.43%
G = 20.57%
B = 52%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30245B (or 0x30245B) is known color: Paris M. HEX triplet: 30, 24 and 5B. RGB value is (48,36,91). Sum of RGB (Red+Green+Blue) = 48+36+91=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #30245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30245B is #CFDBA4. Grayscale: #2D2D2D. Windows color (decimal): -13622181 or 5973040. OLE color: 5973040.

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

Color convert

RGB 48 36 91 -
CMYK 0.47 0.60 0 0.64
HSL 253.09º 0.43% 0.25% -
HSV(B) 253.09º 0.6% 0.36% -
XYZ 3.74 2.65 10.21 -
YUV 45.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 48 36 91 0.47 0.60 0 0.64 253.09 0.43 0.25
Hex 30 24 5B 2F 3C 0 40 FD 2B 19
Octal 60 44 133 57 74 0 100 375 53 31
Binary 110000 100100 1011011 101111 111100 0 1000000 11111101 101011 11001

Color Harmonies of #30245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30245B

Black with #30245B

Text Example


Text Example

White with #30245B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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