Html Css Color HEX #412490 Blue Gem

📋 copy color: '#412490'

red 65 ◦ green 36 ◦ blue 144

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

Shades of Blue Gem #412490

Tints of Blue Gem #412490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 58.78%

R = 26.53%
G = 14.69%
B = 58.78%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#412490 (or 0x412490) is known color: Blue Gem. HEX triplet: 41, 24 and 90. RGB value is (65,36,144). Sum of RGB (Red+Green+Blue) = 65+36+144=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #412490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412490 is #BEDB6F. Grayscale: #383838. Windows color (decimal): -12508016 or 9446465. OLE color: 9446465.

HSL color Cylindrical-coordinate representation of color #412490: hue angle of 256.11º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412490 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 36 144 -
CMYK 0.55 0.75 0 0.44
HSL 256.11º 0.6% 0.35% -
HSV(B) 256.11º 0.75% 0.56% -
XYZ 7.84 4.4 26.82 -
YUV 56.98 177.11 133.72 -
System Red Green Blue C M Y K H S L
Decimal 65 36 144 0.55 0.75 0 0.44 256.11 0.6 0.35
Hex 41 24 90 37 4B 0 2C 100 3C 23
Octal 101 44 220 67 113 0 54 400 74 43
Binary 1000001 100100 10010000 110111 1001011 0 101100 100000000 111100 100011

Color Harmonies of #412490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412490

Black with #412490

Text Example


Text Example

White with #412490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412490; }

 p { color: rgb(65,36,144); }

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

background-color css

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

 a { background-color: rgb(65,36,144); }

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

border-color css

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

 span { border-color: rgb(65,36,144); }

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