Html Css Color HEX #422868 Blue Diamond

📋 copy color: '#422868'

red 66 ◦ green 40 ◦ blue 104

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

Shades of Blue Diamond #422868

Tints of Blue Diamond #422868

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.05%

 BLUE value IS 104 (41.02% from 255) = 49.52%

R = 31.43%
G = 19.05%
B = 49.52%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#422868 (or 0x422868) is known color: Blue Diamond. HEX triplet: 42, 28 and 68. RGB value is (66,40,104). Sum of RGB (Red+Green+Blue) = 66+40+104=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #422868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422868 is #BDD797. Grayscale: #363636. Windows color (decimal): -12441496 or 6826050. OLE color: 6826050.

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

Color convert

RGB 66 40 104 -
CMYK 0.37 0.62 0 0.59
HSL 264.38º 0.44% 0.28% -
HSV(B) 264.38º 0.62% 0.41% -
XYZ 5.5 3.68 13.52 -
YUV 55.07 155.61 135.8 -
System Red Green Blue C M Y K H S L
Decimal 66 40 104 0.37 0.62 0 0.59 264.38 0.44 0.28
Hex 42 28 68 25 3E 0 3B 108 2C 1C
Octal 102 50 150 45 76 0 73 410 54 34
Binary 1000010 101000 1101000 100101 111110 0 111011 100001000 101100 11100

Color Harmonies of #422868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422868

Black with #422868

Text Example


Text Example

White with #422868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422868; }

 p { color: rgb(66,40,104); }

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

background-color css

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

 a { background-color: rgb(66,40,104); }

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

border-color css

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

 span { border-color: rgb(66,40,104); }

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