Html Css Color HEX #421C71 Blue Diamond

📋 copy color: '#421C71'

red 66 ◦ green 28 ◦ blue 113

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

Shades of Blue Diamond #421C71

Tints of Blue Diamond #421C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 54.59%

R = 31.88%
G = 13.53%
B = 54.59%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#421C71 (or 0x421C71) is known color: Blue Diamond. HEX triplet: 42, 1C and 71. RGB value is (66,28,113). Sum of RGB (Red+Green+Blue) = 66+28+113=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #421C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C71 is #BDE38E. Grayscale: #303030. Windows color (decimal): -12444559 or 7412802. OLE color: 7412802.

HSL color Cylindrical-coordinate representation of color #421C71: hue angle of 266.82º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421C71 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 28 113 -
CMYK 0.42 0.75 0 0.56
HSL 266.82º 0.6% 0.28% -
HSV(B) 266.82º 0.75% 0.44% -
XYZ 5.64 3.18 15.94 -
YUV 49.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 66 28 113 0.42 0.75 0 0.56 266.82 0.6 0.28
Hex 42 1C 71 2A 4B 0 38 10B 3C 1C
Octal 102 34 161 52 113 0 70 413 74 34
Binary 1000010 11100 1110001 101010 1001011 0 111000 100001011 111100 11100

Color Harmonies of #421C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C71

Black with #421C71

Text Example


Text Example

White with #421C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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