Html Css Color HEX #421E6E Blue Diamond

📋 copy color: '#421E6E'

red 66 ◦ green 30 ◦ blue 110

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

Shades of Blue Diamond #421E6E

Tints of Blue Diamond #421E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 53.4%

R = 32.04%
G = 14.56%
B = 53.4%

CMYK

 C value IS 0.4

 M value IS 0.73

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#421E6E (or 0x421E6E) is known color: Blue Diamond. HEX triplet: 42, 1E and 6E. RGB value is (66,30,110). Sum of RGB (Red+Green+Blue) = 66+30+110=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #421E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421E6E is #BDE191. Grayscale: #313131. Windows color (decimal): -12444050 or 7216706. OLE color: 7216706.

HSL color Cylindrical-coordinate representation of color #421E6E: hue angle of 267º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #421E6E is Cyan = 0.4, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 30 110 -
CMYK 0.4 0.73 0 0.57
HSL 267º 0.57% 0.27% -
HSV(B) 267º 0.73% 0.43% -
XYZ 5.53 3.21 15.08 -
YUV 49.88 161.93 139.5 -
System Red Green Blue C M Y K H S L
Decimal 66 30 110 0.4 0.73 0 0.57 267 0.57 0.27
Hex 42 1E 6E 28 49 0 39 10B 39 1B
Octal 102 36 156 50 111 0 71 413 71 33
Binary 1000010 11110 1101110 101000 1001001 0 111001 100001011 111001 11011

Color Harmonies of #421E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E6E

Black with #421E6E

Text Example


Text Example

White with #421E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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