Html Css Color HEX #412399 Blue Gem

📋 copy color: '#412399'

red 65 ◦ green 35 ◦ blue 153

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

Shades of Blue Gem #412399

Tints of Blue Gem #412399

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

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

R = 25.69%
G = 13.83%
B = 60.47%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#412399 (or 0x412399) is known color: Blue Gem. HEX triplet: 41, 23 and 99. RGB value is (65,35,153). Sum of RGB (Red+Green+Blue) = 65+35+153=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #412399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412399 is #BEDC66. Grayscale: #383838. Windows color (decimal): -12508263 or 10036033. OLE color: 10036033.

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

Color convert

RGB 65 35 153 -
CMYK 0.58 0.77 0 0.4
HSL 255.25º 0.63% 0.37% -
HSV(B) 255.25º 0.77% 0.6% -
XYZ 8.53 4.63 30.58 -
YUV 57.42 181.94 133.41 -
System Red Green Blue C M Y K H S L
Decimal 65 35 153 0.58 0.77 0 0.4 255.25 0.63 0.37
Hex 41 23 99 3A 4D 0 28 FF 3F 25
Octal 101 43 231 72 115 0 50 377 77 45
Binary 1000001 100011 10011001 111010 1001101 0 101000 11111111 111111 100101

Color Harmonies of #412399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412399

Black with #412399

Text Example


Text Example

White with #412399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412399; }

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

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

background-color css

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

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

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

border-color css

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

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

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