Html Css Color HEX #401CAD Blue Gem

📋 copy color: '#401CAD'

red 64 ◦ green 28 ◦ blue 173

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

Shades of Blue Gem #401CAD

Tints of Blue Gem #401CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.57%

 BLUE value IS 173 (67.97% from 255) = 65.28%

R = 24.15%
G = 10.57%
B = 65.28%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#401CAD (or 0x401CAD) is known color: Blue Gem. HEX triplet: 40, 1C and AD. RGB value is (64,28,173). Sum of RGB (Red+Green+Blue) = 64+28+173=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #401CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401CAD is #BFE352. Grayscale: #363636. Windows color (decimal): -12575571 or 11344960. OLE color: 11344960.

HSL color Cylindrical-coordinate representation of color #401CAD: hue angle of 254.9º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401CAD is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 28 173 -
CMYK 0.63 0.84 0 0.32
HSL 254.9º 0.72% 0.39% -
HSV(B) 254.9º 0.84% 0.68% -
XYZ 10.07 4.94 39.96 -
YUV 55.29 194.43 134.21 -
System Red Green Blue C M Y K H S L
Decimal 64 28 173 0.63 0.84 0 0.32 254.9 0.72 0.39
Hex 40 1C AD 3F 54 0 20 FF 48 27
Octal 100 34 255 77 124 0 40 377 110 47
Binary 1000000 11100 10101101 111111 1010100 0 100000 11111111 1001000 100111

Color Harmonies of #401CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401CAD

Black with #401CAD

Text Example


Text Example

White with #401CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401CAD; }

 p { color: rgb(64,28,173); }

 H1.HeaderClassName
 {
   color: #401CAD;
 }
 .AnyTagClassName
 {
   color: #401CAD;
 }
</style>

background-color css

<style>
 a { background-color: #401CAD; }

 a { background-color: rgb(64,28,173); }

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

border-color css

<style>
 span { border-color: #401CAD; }

 span { border-color: rgb(64,28,173); }

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