Html Css Color HEX #411FAA Blue Gem

📋 copy color: '#411FAA'

red 65 ◦ green 31 ◦ blue 170

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

Shades of Blue Gem #411FAA

Tints of Blue Gem #411FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.91%

R = 24.44%
G = 11.65%
B = 63.91%

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

#411FAA (or 0x411FAA) is known color: Blue Gem. HEX triplet: 41, 1F and AA. RGB value is (65,31,170). Sum of RGB (Red+Green+Blue) = 65+31+170=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #411FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411FAA is #BEE055. Grayscale: #383838. Windows color (decimal): -12509270 or 11149121. OLE color: 11149121.

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

Color convert

RGB 65 31 170 -
CMYK 0.62 0.82 0 0.33
HSL 254.68º 0.69% 0.39% -
HSV(B) 254.68º 0.82% 0.67% -
XYZ 9.93 5.01 38.47 -
YUV 57.01 191.76 133.7 -
System Red Green Blue C M Y K H S L
Decimal 65 31 170 0.62 0.82 0 0.33 254.68 0.69 0.39
Hex 41 1F AA 3E 52 0 21 FF 45 27
Octal 101 37 252 76 122 0 41 377 105 47
Binary 1000001 11111 10101010 111110 1010010 0 100001 11111111 1000101 100111

Color Harmonies of #411FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411FAA

Black with #411FAA

Text Example


Text Example

White with #411FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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