Html Css Color HEX #421EAB Blue Gem

📋 copy color: '#421EAB'

red 66 ◦ green 30 ◦ blue 171

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

Shades of Blue Gem #421EAB

Tints of Blue Gem #421EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.24%

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

R = 24.72%
G = 11.24%
B = 64.04%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#421EAB (or 0x421EAB) is known color: Blue Gem. HEX triplet: 42, 1E and AB. RGB value is (66,30,171). Sum of RGB (Red+Green+Blue) = 66+30+171=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #421EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421EAB is #BDE154. Grayscale: #383838. Windows color (decimal): -12443989 or 11214402. OLE color: 11214402.

HSL color Cylindrical-coordinate representation of color #421EAB: hue angle of 255.32º degrees, saturation: 0.7, 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 #421EAB is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 30 171 -
CMYK 0.61 0.82 0 0.33
HSL 255.32º 0.7% 0.39% -
HSV(B) 255.32º 0.82% 0.67% -
XYZ 10.06 5.03 38.97 -
YUV 56.84 192.43 134.54 -
System Red Green Blue C M Y K H S L
Decimal 66 30 171 0.61 0.82 0 0.33 255.32 0.7 0.39
Hex 42 1E AB 3D 52 0 21 FF 46 27
Octal 102 36 253 75 122 0 41 377 106 47
Binary 1000010 11110 10101011 111101 1010010 0 100001 11111111 1000110 100111

Color Harmonies of #421EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421EAB

Black with #421EAB

Text Example


Text Example

White with #421EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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