Html Css Color HEX #412593 Blue Gem

📋 copy color: '#412593'

red 65 ◦ green 37 ◦ blue 147

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

Shades of Blue Gem #412593

Tints of Blue Gem #412593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 59.04%

R = 26.1%
G = 14.86%
B = 59.04%

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

#412593 (or 0x412593) is known color: Blue Gem. HEX triplet: 41, 25 and 93. RGB value is (65,37,147). Sum of RGB (Red+Green+Blue) = 65+37+147=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #412593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412593 is #BEDA6C. Grayscale: #393939. Windows color (decimal): -12507757 or 9643329. OLE color: 9643329.

HSL color Cylindrical-coordinate representation of color #412593: hue angle of 255.27º 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 #412593 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 37 147 -
CMYK 0.56 0.75 0 0.42
HSL 255.27º 0.6% 0.36% -
HSV(B) 255.27º 0.75% 0.58% -
XYZ 8.11 4.55 28.06 -
YUV 57.91 178.28 133.06 -
System Red Green Blue C M Y K H S L
Decimal 65 37 147 0.56 0.75 0 0.42 255.27 0.6 0.36
Hex 41 25 93 38 4B 0 2A FF 3C 24
Octal 101 45 223 70 113 0 52 377 74 44
Binary 1000001 100101 10010011 111000 1001011 0 101010 11111111 111100 100100

Color Harmonies of #412593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412593

Black with #412593

Text Example


Text Example

White with #412593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412593; }

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

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

background-color css

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

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

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

border-color css

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

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

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