Html Css Color HEX #421AAB Blue Gem

📋 copy color: '#421AAB'

red 66 ◦ green 26 ◦ blue 171

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

Shades of Blue Gem #421AAB

Tints of Blue Gem #421AAB

RGB

 RED value IS 66 (26.17% from 255) = 25.1%

 GREEN value IS 26 (10.55% from 255) = 9.89%

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

R = 25.1%
G = 9.89%
B = 65.02%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#421AAB (or 0x421AAB) is known color: Blue Gem. HEX triplet: 42, 1A and AB. RGB value is (66,26,171). Sum of RGB (Red+Green+Blue) = 66+26+171=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #421AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421AAB is #BDE554. Grayscale: #353535. Windows color (decimal): -12445013 or 11213378. OLE color: 11213378.

HSL color Cylindrical-coordinate representation of color #421AAB: hue angle of 256.55º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421AAB is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 26 171 -
CMYK 0.61 0.85 0 0.33
HSL 256.55º 0.74% 0.39% -
HSV(B) 256.55º 0.85% 0.67% -
XYZ 9.97 4.84 38.94 -
YUV 54.49 193.75 136.21 -
System Red Green Blue C M Y K H S L
Decimal 66 26 171 0.61 0.85 0 0.33 256.55 0.74 0.39
Hex 42 1A AB 3D 55 0 21 101 4A 27
Octal 102 32 253 75 125 0 41 401 112 47
Binary 1000010 11010 10101011 111101 1010101 0 100001 100000001 1001010 100111

Color Harmonies of #421AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421AAB

Black with #421AAB

Text Example


Text Example

White with #421AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421AAB; }

 p { color: rgb(66,26,171); }

 H1.HeaderClassName
 {
   color: #421AAB;
 }
 .AnyTagClassName
 {
   color: #421AAB;
 }
</style>

background-color css

<style>
 a { background-color: #421AAB; }

 a { background-color: rgb(66,26,171); }

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

border-color css

<style>
 span { border-color: #421AAB; }

 span { border-color: rgb(66,26,171); }

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