Html Css Color HEX #422969 Blue Diamond

📋 copy color: '#422969'

red 66 ◦ green 41 ◦ blue 105

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

Shades of Blue Diamond #422969

Tints of Blue Diamond #422969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.34%

 BLUE value IS 105 (41.41% from 255) = 49.53%

R = 31.13%
G = 19.34%
B = 49.53%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#422969 (or 0x422969) is known color: Blue Diamond. HEX triplet: 42, 29 and 69. RGB value is (66,41,105). Sum of RGB (Red+Green+Blue) = 66+41+105=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #422969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422969 is #BDD696. Grayscale: #373737. Windows color (decimal): -12441239 or 6891842. OLE color: 6891842.

HSL color Cylindrical-coordinate representation of color #422969: hue angle of 263.44º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #422969 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 41 105 -
CMYK 0.37 0.61 0 0.59
HSL 263.44º 0.44% 0.29% -
HSV(B) 263.44º 0.61% 0.41% -
XYZ 5.59 3.76 13.8 -
YUV 55.77 155.78 135.3 -
System Red Green Blue C M Y K H S L
Decimal 66 41 105 0.37 0.61 0 0.59 263.44 0.44 0.29
Hex 42 29 69 25 3D 0 3B 107 2C 1D
Octal 102 51 151 45 75 0 73 407 54 35
Binary 1000010 101001 1101001 100101 111101 0 111011 100000111 101100 11101

Color Harmonies of #422969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422969

Black with #422969

Text Example


Text Example

White with #422969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422969; }

 p { color: rgb(66,41,105); }

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

background-color css

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

 a { background-color: rgb(66,41,105); }

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

border-color css

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

 span { border-color: rgb(66,41,105); }

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