Html Css Color HEX #421C6F Blue Diamond

📋 copy color: '#421C6F'

red 66 ◦ green 28 ◦ blue 111

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

Shades of Blue Diamond #421C6F

Tints of Blue Diamond #421C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 54.15%

R = 32.2%
G = 13.66%
B = 54.15%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#421C6F (or 0x421C6F) is known color: Blue Diamond. HEX triplet: 42, 1C and 6F. RGB value is (66,28,111). Sum of RGB (Red+Green+Blue) = 66+28+111=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #421C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C6F is #BDE390. Grayscale: #303030. Windows color (decimal): -12444561 or 7281730. OLE color: 7281730.

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

Color convert

RGB 66 28 111 -
CMYK 0.41 0.75 0 0.56
HSL 267.47º 0.6% 0.27% -
HSV(B) 267.47º 0.75% 0.44% -
XYZ 5.53 3.14 15.35 -
YUV 48.82 163.09 140.25 -
System Red Green Blue C M Y K H S L
Decimal 66 28 111 0.41 0.75 0 0.56 267.47 0.6 0.27
Hex 42 1C 6F 29 4B 0 38 10B 3C 1B
Octal 102 34 157 51 113 0 70 413 74 33
Binary 1000010 11100 1101111 101001 1001011 0 111000 100001011 111100 11011

Color Harmonies of #421C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C6F

Black with #421C6F

Text Example


Text Example

White with #421C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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