Html Css Color HEX #421EA4 Blue Gem

📋 copy color: '#421EA4'

red 66 ◦ green 30 ◦ blue 164

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

Shades of Blue Gem #421EA4

Tints of Blue Gem #421EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 63.08%

R = 25.38%
G = 11.54%
B = 63.08%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#421EA4 (or 0x421EA4) is known color: Blue Gem. HEX triplet: 42, 1E and A4. RGB value is (66,30,164). Sum of RGB (Red+Green+Blue) = 66+30+164=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 164 (64.45% from 255 or 63.08% from 260); Max value from RGB is 164 - color contains mainly: blue. Hex color #421EA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421EA4 is #BDE15B. Grayscale: #373737. Windows color (decimal): -12443996 or 10755650. OLE color: 10755650.

HSL color Cylindrical-coordinate representation of color #421EA4: hue angle of 256.12º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #421EA4 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 30 164 -
CMYK 0.60 0.82 0 0.36
HSL 256.12º 0.69% 0.38% -
HSV(B) 256.12º 0.82% 0.64% -
XYZ 9.41 4.77 35.55 -
YUV 56.04 188.93 135.1 -
System Red Green Blue C M Y K H S L
Decimal 66 30 164 0.60 0.82 0 0.36 256.12 0.69 0.38
Hex 42 1E A4 3C 52 0 24 100 45 26
Octal 102 36 244 74 122 0 44 400 105 46
Binary 1000010 11110 10100100 111100 1010010 0 100100 100000000 1000101 100110

Color Harmonies of #421EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421EA4

Black with #421EA4

Text Example


Text Example

White with #421EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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