Html Css Color HEX #421E9A Blue Gem

📋 copy color: '#421E9A'

red 66 ◦ green 30 ◦ blue 154

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

Shades of Blue Gem #421E9A

Tints of Blue Gem #421E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 61.6%

R = 26.4%
G = 12%
B = 61.6%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#421E9A (or 0x421E9A) is known color: Blue Gem. HEX triplet: 42, 1E and 9A. RGB value is (66,30,154). Sum of RGB (Red+Green+Blue) = 66+30+154=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #421E9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421E9A is #BDE165. Grayscale: #363636. Windows color (decimal): -12444006 or 10100290. OLE color: 10100290.

HSL color Cylindrical-coordinate representation of color #421E9A: hue angle of 257.42º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #421E9A is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 30 154 -
CMYK 0.57 0.81 0 0.40
HSL 257.42º 0.67% 0.36% -
HSV(B) 257.42º 0.81% 0.6% -
XYZ 8.54 4.42 30.97 -
YUV 54.9 183.93 135.92 -
System Red Green Blue C M Y K H S L
Decimal 66 30 154 0.57 0.81 0 0.40 257.42 0.67 0.36
Hex 42 1E 9A 39 51 0 28 101 43 24
Octal 102 36 232 71 121 0 50 401 103 44
Binary 1000010 11110 10011010 111001 1010001 0 101000 100000001 1000011 100100

Color Harmonies of #421E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E9A

Black with #421E9A

Text Example


Text Example

White with #421E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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