Html Css Color HEX #421FA3 Blue Gem

📋 copy color: '#421FA3'

red 66 ◦ green 31 ◦ blue 163

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

Shades of Blue Gem #421FA3

Tints of Blue Gem #421FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 62.69%

R = 25.38%
G = 11.92%
B = 62.69%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#421FA3 (or 0x421FA3) is known color: Blue Gem. HEX triplet: 42, 1F and A3. RGB value is (66,31,163). Sum of RGB (Red+Green+Blue) = 66+31+163=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 163 (64.06% from 255 or 62.69% from 260); Max value from RGB is 163 - color contains mainly: blue. Hex color #421FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421FA3 is #BDE05C. Grayscale: #383838. Windows color (decimal): -12443741 or 10690370. OLE color: 10690370.

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

Color convert

RGB 66 31 163 -
CMYK 0.60 0.81 0 0.36
HSL 255.91º 0.68% 0.38% -
HSV(B) 255.91º 0.81% 0.64% -
XYZ 9.35 4.78 35.08 -
YUV 56.51 188.1 134.77 -
System Red Green Blue C M Y K H S L
Decimal 66 31 163 0.60 0.81 0 0.36 255.91 0.68 0.38
Hex 42 1F A3 3C 51 0 24 100 44 26
Octal 102 37 243 74 121 0 44 400 104 46
Binary 1000010 11111 10100011 111100 1010001 0 100100 100000000 1000100 100110

Color Harmonies of #421FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421FA3

Black with #421FA3

Text Example


Text Example

White with #421FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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