Html Css Color HEX #413298 Blue Gem

📋 copy color: '#413298'

red 65 ◦ green 50 ◦ blue 152

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

Shades of Blue Gem #413298

Tints of Blue Gem #413298

RGB

 RED value IS 65 (25.78% from 255) = 24.34%

 GREEN value IS 50 (19.92% from 255) = 18.73%

 BLUE value IS 152 (59.77% from 255) = 56.93%

R = 24.34%
G = 18.73%
B = 56.93%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#413298 (or 0x413298) is known color: Blue Gem. HEX triplet: 41, 32 and 98. RGB value is (65,50,152). Sum of RGB (Red+Green+Blue) = 65+50+152=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #413298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413298 is #BECD67. Grayscale: #414141. Windows color (decimal): -12504424 or 9974337. OLE color: 9974337.

HSL color Cylindrical-coordinate representation of color #413298: hue angle of 248.82º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #413298 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 50 152 -
CMYK 0.57 0.67 0 0.40
HSL 248.82º 0.5% 0.4% -
HSV(B) 248.82º 0.67% 0.6% -
XYZ 8.99 5.67 30.33 -
YUV 66.11 176.47 127.21 -
System Red Green Blue C M Y K H S L
Decimal 65 50 152 0.57 0.67 0 0.40 248.82 0.5 0.4
Hex 41 32 98 39 43 0 28 F9 32 28
Octal 101 62 230 71 103 0 50 371 62 50
Binary 1000001 110010 10011000 111001 1000011 0 101000 11111001 110010 101000

Color Harmonies of #413298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413298

Black with #413298

Text Example


Text Example

White with #413298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413298; }

 p { color: rgb(65,50,152); }

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

background-color css

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

 a { background-color: rgb(65,50,152); }

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

border-color css

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

 span { border-color: rgb(65,50,152); }

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