Html Css Color HEX #412FAC Blue Gem

📋 copy color: '#412FAC'

red 65 ◦ green 47 ◦ blue 172

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

Shades of Blue Gem #412FAC

Tints of Blue Gem #412FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.55%

 BLUE value IS 172 (67.58% from 255) = 60.56%

R = 22.89%
G = 16.55%
B = 60.56%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#412FAC (or 0x412FAC) is known color: Blue Gem. HEX triplet: 41, 2F and AC. RGB value is (65,47,172). Sum of RGB (Red+Green+Blue) = 65+47+172=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #412FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412FAC is #BED053. Grayscale: #424242. Windows color (decimal): -12505172 or 11284289. OLE color: 11284289.

HSL color Cylindrical-coordinate representation of color #412FAC: hue angle of 248.64º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412FAC is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 47 172 -
CMYK 0.62 0.73 0 0.33
HSL 248.64º 0.57% 0.43% -
HSV(B) 248.64º 0.73% 0.67% -
XYZ 10.64 6.14 39.65 -
YUV 66.63 187.46 126.84 -
System Red Green Blue C M Y K H S L
Decimal 65 47 172 0.62 0.73 0 0.33 248.64 0.57 0.43
Hex 41 2F AC 3E 49 0 21 F9 39 2B
Octal 101 57 254 76 111 0 41 371 71 53
Binary 1000001 101111 10101100 111110 1001001 0 100001 11111001 111001 101011

Color Harmonies of #412FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412FAC

Black with #412FAC

Text Example


Text Example

White with #412FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,47,172); }

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

background-color css

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

 a { background-color: rgb(65,47,172); }

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

border-color css

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

 span { border-color: rgb(65,47,172); }

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