Html Css Color HEX #412299 Blue Gem

📋 copy color: '#412299'

red 65 ◦ green 34 ◦ blue 153

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

Shades of Blue Gem #412299

Tints of Blue Gem #412299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.49%

 BLUE value IS 153 (60.16% from 255) = 60.71%

R = 25.79%
G = 13.49%
B = 60.71%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#412299 (or 0x412299) is known color: Blue Gem. HEX triplet: 41, 22 and 99. RGB value is (65,34,153). Sum of RGB (Red+Green+Blue) = 65+34+153=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #412299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412299 is #BEDD66. Grayscale: #383838. Windows color (decimal): -12508519 or 10035777. OLE color: 10035777.

HSL color Cylindrical-coordinate representation of color #412299: hue angle of 255.63º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #412299 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 34 153 -
CMYK 0.58 0.78 0 0.4
HSL 255.63º 0.64% 0.37% -
HSV(B) 255.63º 0.78% 0.6% -
XYZ 8.5 4.57 30.57 -
YUV 56.84 182.27 133.82 -
System Red Green Blue C M Y K H S L
Decimal 65 34 153 0.58 0.78 0 0.4 255.63 0.64 0.37
Hex 41 22 99 3A 4E 0 28 100 40 25
Octal 101 42 231 72 116 0 50 400 100 45
Binary 1000001 100010 10011001 111010 1001110 0 101000 100000000 1000000 100101

Color Harmonies of #412299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412299

Black with #412299

Text Example


Text Example

White with #412299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412299; }

 p { color: rgb(65,34,153); }

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

background-color css

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

 a { background-color: rgb(65,34,153); }

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

border-color css

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

 span { border-color: rgb(65,34,153); }

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