Html Css Color HEX #4017AB Blue Gem

📋 copy color: '#4017AB'

red 64 ◦ green 23 ◦ blue 171

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

Shades of Blue Gem #4017AB

Tints of Blue Gem #4017AB

RGB

 RED value IS 64 (25.39% from 255) = 24.81%

 GREEN value IS 23 (9.38% from 255) = 8.91%

 BLUE value IS 171 (67.19% from 255) = 66.28%

R = 24.81%
G = 8.91%
B = 66.28%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4017AB (or 0x4017AB) is known color: Blue Gem. HEX triplet: 40, 17 and AB. RGB value is (64,23,171). Sum of RGB (Red+Green+Blue) = 64+23+171=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #4017AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4017AB is #BFE854. Grayscale: #333333. Windows color (decimal): -12576853 or 11212608. OLE color: 11212608.

HSL color Cylindrical-coordinate representation of color #4017AB: hue angle of 256.62º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4017AB is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 23 171 -
CMYK 0.63 0.87 0 0.33
HSL 256.62º 0.76% 0.38% -
HSV(B) 256.62º 0.87% 0.67% -
XYZ 9.77 4.64 38.91 -
YUV 52.13 195.08 136.47 -
System Red Green Blue C M Y K H S L
Decimal 64 23 171 0.63 0.87 0 0.33 256.62 0.76 0.38
Hex 40 17 AB 3F 57 0 21 101 4C 26
Octal 100 27 253 77 127 0 41 401 114 46
Binary 1000000 10111 10101011 111111 1010111 0 100001 100000001 1001100 100110

Color Harmonies of #4017AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4017AB

Black with #4017AB

Text Example


Text Example

White with #4017AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4017AB; }

 p { color: rgb(64,23,171); }

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

background-color css

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

 a { background-color: rgb(64,23,171); }

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

border-color css

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

 span { border-color: rgb(64,23,171); }

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