Html Css Color HEX #421C9D Blue Gem

📋 copy color: '#421C9D'

red 66 ◦ green 28 ◦ blue 157

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

Shades of Blue Gem #421C9D

Tints of Blue Gem #421C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 62.55%

R = 26.29%
G = 11.16%
B = 62.55%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#421C9D (or 0x421C9D) is known color: Blue Gem. HEX triplet: 42, 1C and 9D. RGB value is (66,28,157). Sum of RGB (Red+Green+Blue) = 66+28+157=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #421C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421C9D is #BDE362. Grayscale: #353535. Windows color (decimal): -12444515 or 10296386. OLE color: 10296386.

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

Color convert

RGB 66 28 157 -
CMYK 0.58 0.82 0 0.38
HSL 257.67º 0.7% 0.36% -
HSV(B) 257.67º 0.82% 0.62% -
XYZ 8.75 4.42 32.29 -
YUV 54.07 186.09 136.51 -
System Red Green Blue C M Y K H S L
Decimal 66 28 157 0.58 0.82 0 0.38 257.67 0.7 0.36
Hex 42 1C 9D 3A 52 0 26 102 46 24
Octal 102 34 235 72 122 0 46 402 106 44
Binary 1000010 11100 10011101 111010 1010010 0 100110 100000010 1000110 100100

Color Harmonies of #421C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C9D

Black with #421C9D

Text Example


Text Example

White with #421C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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