Html Css Color HEX #412594 Blue Gem

📋 copy color: '#412594'

red 65 ◦ green 37 ◦ blue 148

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

Shades of Blue Gem #412594

Tints of Blue Gem #412594

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

 BLUE value IS 148 (58.2% from 255) = 59.2%

R = 26%
G = 14.8%
B = 59.2%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#412594 (or 0x412594) is known color: Blue Gem. HEX triplet: 41, 25 and 94. RGB value is (65,37,148). Sum of RGB (Red+Green+Blue) = 65+37+148=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #412594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412594 is #BEDA6B. Grayscale: #393939. Windows color (decimal): -12507756 or 9708865. OLE color: 9708865.

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

Color convert

RGB 65 37 148 -
CMYK 0.56 0.75 0 0.42
HSL 255.14º 0.6% 0.36% -
HSV(B) 255.14º 0.75% 0.58% -
XYZ 8.19 4.59 28.47 -
YUV 58.03 178.78 132.97 -
System Red Green Blue C M Y K H S L
Decimal 65 37 148 0.56 0.75 0 0.42 255.14 0.6 0.36
Hex 41 25 94 38 4B 0 2A FF 3C 24
Octal 101 45 224 70 113 0 52 377 74 44
Binary 1000001 100101 10010100 111000 1001011 0 101010 11111111 111100 100100

Color Harmonies of #412594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412594

Black with #412594

Text Example


Text Example

White with #412594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412594; }

 p { color: rgb(65,37,148); }

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

background-color css

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

 a { background-color: rgb(65,37,148); }

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

border-color css

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

 span { border-color: rgb(65,37,148); }

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