Html Css Color HEX #42216D Blue Diamond

📋 copy color: '#42216D'

red 66 ◦ green 33 ◦ blue 109

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

Shades of Blue Diamond #42216D

Tints of Blue Diamond #42216D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.87%

 BLUE value IS 109 (42.97% from 255) = 52.4%

R = 31.73%
G = 15.87%
B = 52.4%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42216D (or 0x42216D) is known color: Blue Diamond. HEX triplet: 42, 21 and 6D. RGB value is (66,33,109). Sum of RGB (Red+Green+Blue) = 66+33+109=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #42216D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42216D is #BDDE92. Grayscale: #333333. Windows color (decimal): -12443283 or 7151938. OLE color: 7151938.

HSL color Cylindrical-coordinate representation of color #42216D: hue angle of 266.05º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42216D is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 33 109 -
CMYK 0.39 0.70 0 0.57
HSL 266.05º 0.54% 0.28% -
HSV(B) 266.05º 0.7% 0.43% -
XYZ 5.55 3.35 14.82 -
YUV 51.53 160.43 138.32 -
System Red Green Blue C M Y K H S L
Decimal 66 33 109 0.39 0.70 0 0.57 266.05 0.54 0.28
Hex 42 21 6D 27 46 0 39 10A 36 1C
Octal 102 41 155 47 106 0 71 412 66 34
Binary 1000010 100001 1101101 100111 1000110 0 111001 100001010 110110 11100

Color Harmonies of #42216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42216D

Black with #42216D

Text Example


Text Example

White with #42216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42216D; }

 p { color: rgb(66,33,109); }

 H1.HeaderClassName
 {
   color: #42216D;
 }
 .AnyTagClassName
 {
   color: #42216D;
 }
</style>

background-color css

<style>
 a { background-color: #42216D; }

 a { background-color: rgb(66,33,109); }

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

border-color css

<style>
 span { border-color: #42216D; }

 span { border-color: rgb(66,33,109); }

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