Html Css Color HEX #411FAC Blue Gem

📋 copy color: '#411FAC'

red 65 ◦ green 31 ◦ blue 172

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

Shades of Blue Gem #411FAC

Tints of Blue Gem #411FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.57%

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

R = 24.25%
G = 11.57%
B = 64.18%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#411FAC (or 0x411FAC) is known color: Blue Gem. HEX triplet: 41, 1F and AC. RGB value is (65,31,172). Sum of RGB (Red+Green+Blue) = 65+31+172=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #411FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411FAC is #BEE053. Grayscale: #383838. Windows color (decimal): -12509268 or 11280193. OLE color: 11280193.

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

Color convert

RGB 65 31 172 -
CMYK 0.62 0.82 0 0.33
HSL 254.47º 0.69% 0.4% -
HSV(B) 254.47º 0.82% 0.67% -
XYZ 10.12 5.08 39.48 -
YUV 57.24 192.76 133.54 -
System Red Green Blue C M Y K H S L
Decimal 65 31 172 0.62 0.82 0 0.33 254.47 0.69 0.4
Hex 41 1F AC 3E 52 0 21 FE 45 28
Octal 101 37 254 76 122 0 41 376 105 50
Binary 1000001 11111 10101100 111110 1010010 0 100001 11111110 1000101 101000

Color Harmonies of #411FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411FAC

Black with #411FAC

Text Example


Text Example

White with #411FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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