Html Css Color HEX #421FAC Blue Gem

📋 copy color: '#421FAC'

red 66 ◦ green 31 ◦ blue 172

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

Shades of Blue Gem #421FAC

Tints of Blue Gem #421FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.52%

 BLUE value IS 172 (67.58% from 255) = 63.94%

R = 24.54%
G = 11.52%
B = 63.94%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#421FAC (or 0x421FAC) is known color: Blue Gem. HEX triplet: 42, 1F and AC. RGB value is (66,31,172). Sum of RGB (Red+Green+Blue) = 66+31+172=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #421FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421FAC is #BDE053. Grayscale: #393939. Windows color (decimal): -12443732 or 11280194. OLE color: 11280194.

HSL color Cylindrical-coordinate representation of color #421FAC: hue angle of 254.89º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #421FAC is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 31 172 -
CMYK 0.62 0.82 0 0.33
HSL 254.89º 0.69% 0.4% -
HSV(B) 254.89º 0.82% 0.67% -
XYZ 10.18 5.12 39.48 -
YUV 57.54 192.6 134.04 -
System Red Green Blue C M Y K H S L
Decimal 66 31 172 0.62 0.82 0 0.33 254.89 0.69 0.4
Hex 42 1F AC 3E 52 0 21 FF 45 28
Octal 102 37 254 76 122 0 41 377 105 50
Binary 1000010 11111 10101100 111110 1010010 0 100001 11111111 1000101 101000

Color Harmonies of #421FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421FAC

Black with #421FAC

Text Example


Text Example

White with #421FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,31,172); }

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

background-color css

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

 a { background-color: rgb(66,31,172); }

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

border-color css

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

 span { border-color: rgb(66,31,172); }

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