Html Css Color HEX #412790 Blue Gem

📋 copy color: '#412790'

red 65 ◦ green 39 ◦ blue 144

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

Shades of Blue Gem #412790

Tints of Blue Gem #412790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.73%

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

R = 26.21%
G = 15.73%
B = 58.06%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#412790 (or 0x412790) is known color: Blue Gem. HEX triplet: 41, 27 and 90. RGB value is (65,39,144). Sum of RGB (Red+Green+Blue) = 65+39+144=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #412790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412790 is #BED86F. Grayscale: #3A3A3A. Windows color (decimal): -12507248 or 9447233. OLE color: 9447233.

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

Color convert

RGB 65 39 144 -
CMYK 0.55 0.73 0 0.44
HSL 254.86º 0.57% 0.36% -
HSV(B) 254.86º 0.73% 0.56% -
XYZ 7.94 4.59 26.85 -
YUV 58.74 176.11 132.46 -
System Red Green Blue C M Y K H S L
Decimal 65 39 144 0.55 0.73 0 0.44 254.86 0.57 0.36
Hex 41 27 90 37 49 0 2C FF 39 24
Octal 101 47 220 67 111 0 54 377 71 44
Binary 1000001 100111 10010000 110111 1001001 0 101100 11111111 111001 100100

Color Harmonies of #412790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412790

Black with #412790

Text Example


Text Example

White with #412790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412790; }

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

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

background-color css

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

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

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

border-color css

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

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

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