Html Css Color HEX #412CAF Blue Gem

📋 copy color: '#412CAF'

red 65 ◦ green 44 ◦ blue 175

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

Shades of Blue Gem #412CAF

Tints of Blue Gem #412CAF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.49%

 BLUE value IS 175 (68.75% from 255) = 61.62%

R = 22.89%
G = 15.49%
B = 61.62%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#412CAF (or 0x412CAF) is known color: Blue Gem. HEX triplet: 41, 2C and AF. RGB value is (65,44,175). Sum of RGB (Red+Green+Blue) = 65+44+175=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #412CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412CAF is #BED350. Grayscale: #404040. Windows color (decimal): -12505937 or 11480129. OLE color: 11480129.

HSL color Cylindrical-coordinate representation of color #412CAF: hue angle of 249.62º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412CAF is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 44 175 -
CMYK 0.63 0.75 0 0.31
HSL 249.62º 0.6% 0.43% -
HSV(B) 249.62º 0.75% 0.69% -
XYZ 10.82 6.02 41.15 -
YUV 65.21 189.96 127.85 -
System Red Green Blue C M Y K H S L
Decimal 65 44 175 0.63 0.75 0 0.31 249.62 0.6 0.43
Hex 41 2C AF 3F 4B 0 1F FA 3C 2B
Octal 101 54 257 77 113 0 37 372 74 53
Binary 1000001 101100 10101111 111111 1001011 0 11111 11111010 111100 101011

Color Harmonies of #412CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412CAF

Black with #412CAF

Text Example


Text Example

White with #412CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412CAF; }

 p { color: rgb(65,44,175); }

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

background-color css

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

 a { background-color: rgb(65,44,175); }

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

border-color css

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

 span { border-color: rgb(65,44,175); }

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