Html Css Color HEX #45318C Blue Gem

📋 copy color: '#45318C'

red 69 ◦ green 49 ◦ blue 140

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

Shades of Blue Gem #45318C

Tints of Blue Gem #45318C

RGB

 RED value IS 69 (27.34% from 255) = 26.74%

 GREEN value IS 49 (19.53% from 255) = 18.99%

 BLUE value IS 140 (55.08% from 255) = 54.26%

R = 26.74%
G = 18.99%
B = 54.26%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45318C (or 0x45318C) is known color: Blue Gem. HEX triplet: 45, 31 and 8C. RGB value is (69,49,140). Sum of RGB (Red+Green+Blue) = 69+49+140=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 140 (55.08% from 255 or 54.26% from 258); Max value from RGB is 140 - color contains mainly: blue. Hex color #45318C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45318C is #BACE73. Grayscale: #414141. Windows color (decimal): -12242548 or 9187653. OLE color: 9187653.

HSL color Cylindrical-coordinate representation of color #45318C: hue angle of 253.19º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45318C is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 49 140 -
CMYK 0.51 0.65 0 0.45
HSL 253.19º 0.48% 0.37% -
HSV(B) 253.19º 0.65% 0.55% -
XYZ 8.29 5.36 25.41 -
YUV 65.35 170.13 130.6 -
System Red Green Blue C M Y K H S L
Decimal 69 49 140 0.51 0.65 0 0.45 253.19 0.48 0.37
Hex 45 31 8C 33 41 0 2D FD 30 25
Octal 105 61 214 63 101 0 55 375 60 45
Binary 1000101 110001 10001100 110011 1000001 0 101101 11111101 110000 100101

Color Harmonies of #45318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45318C

Black with #45318C

Text Example


Text Example

White with #45318C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,49,140); }

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

background-color css

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

 a { background-color: rgb(69,49,140); }

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

border-color css

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

 span { border-color: rgb(69,49,140); }

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