Html Css Color HEX #412690 Blue Gem

📋 copy color: '#412690'

red 65 ◦ green 38 ◦ blue 144

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

Shades of Blue Gem #412690

Tints of Blue Gem #412690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.38%

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

R = 26.32%
G = 15.38%
B = 58.3%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#412690 (or 0x412690) is known color: Blue Gem. HEX triplet: 41, 26 and 90. RGB value is (65,38,144). Sum of RGB (Red+Green+Blue) = 65+38+144=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #412690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412690 is #BED96F. Grayscale: #393939. Windows color (decimal): -12507504 or 9446977. OLE color: 9446977.

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

Color convert

RGB 65 38 144 -
CMYK 0.55 0.74 0 0.44
HSL 255.28º 0.58% 0.36% -
HSV(B) 255.28º 0.74% 0.56% -
XYZ 7.91 4.52 26.84 -
YUV 58.16 176.45 132.88 -
System Red Green Blue C M Y K H S L
Decimal 65 38 144 0.55 0.74 0 0.44 255.28 0.58 0.36
Hex 41 26 90 37 4A 0 2C FF 3A 24
Octal 101 46 220 67 112 0 54 377 72 44
Binary 1000001 100110 10010000 110111 1001010 0 101100 11111111 111010 100100

Color Harmonies of #412690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412690

Black with #412690

Text Example


Text Example

White with #412690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412690; }

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

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

background-color css

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

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

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

border-color css

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

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

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