Html Css Color HEX #421CA0 Blue Gem

📋 copy color: '#421CA0'

red 66 ◦ green 28 ◦ blue 160

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

Shades of Blue Gem #421CA0

Tints of Blue Gem #421CA0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.02%

 BLUE value IS 160 (62.89% from 255) = 62.99%

R = 25.98%
G = 11.02%
B = 62.99%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#421CA0 (or 0x421CA0) is known color: Blue Gem. HEX triplet: 42, 1C and A0. RGB value is (66,28,160). Sum of RGB (Red+Green+Blue) = 66+28+160=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 160 (62.89% from 255 or 62.99% from 254); Max value from RGB is 160 - color contains mainly: blue. Hex color #421CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421CA0 is #BDE35F. Grayscale: #353535. Windows color (decimal): -12444512 or 10492994. OLE color: 10492994.

HSL color Cylindrical-coordinate representation of color #421CA0: hue angle of 257.27º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #421CA0 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 28 160 -
CMYK 0.59 0.82 0 0.37
HSL 257.27º 0.7% 0.37% -
HSV(B) 257.27º 0.83% 0.63% -
XYZ 9.01 4.53 33.66 -
YUV 54.41 187.59 136.27 -
System Red Green Blue C M Y K H S L
Decimal 66 28 160 0.59 0.82 0 0.37 257.27 0.7 0.37
Hex 42 1C A0 3B 52 0 25 101 46 25
Octal 102 34 240 73 122 0 45 401 106 45
Binary 1000010 11100 10100000 111011 1010010 0 100101 100000001 1000110 100101

Color Harmonies of #421CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421CA0

Black with #421CA0

Text Example


Text Example

White with #421CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,28,160); }

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

background-color css

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

 a { background-color: rgb(66,28,160); }

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

border-color css

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

 span { border-color: rgb(66,28,160); }

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