Html Css Color HEX #421EAA Blue Gem

📋 copy color: '#421EAA'

red 66 ◦ green 30 ◦ blue 170

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

Shades of Blue Gem #421EAA

Tints of Blue Gem #421EAA

RGB

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

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

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

R = 24.81%
G = 11.28%
B = 63.91%

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

#421EAA (or 0x421EAA) is known color: Blue Gem. HEX triplet: 42, 1E and AA. RGB value is (66,30,170). Sum of RGB (Red+Green+Blue) = 66+30+170=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 30 (12.11% from 255 or 11.28% 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 #421EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421EAA is #BDE155. Grayscale: #383838. Windows color (decimal): -12443990 or 11148866. OLE color: 11148866.

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

Color convert

RGB 66 30 170 -
CMYK 0.61 0.82 0 0.33
HSL 255.43º 0.7% 0.39% -
HSV(B) 255.43º 0.82% 0.67% -
XYZ 9.97 4.99 38.47 -
YUV 56.72 191.93 134.62 -
System Red Green Blue C M Y K H S L
Decimal 66 30 170 0.61 0.82 0 0.33 255.43 0.7 0.39
Hex 42 1E AA 3D 52 0 21 FF 46 27
Octal 102 36 252 75 122 0 41 377 106 47
Binary 1000010 11110 10101010 111101 1010010 0 100001 11111111 1000110 100111

Color Harmonies of #421EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421EAA

Black with #421EAA

Text Example


Text Example

White with #421EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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