Html Css Color HEX #42326C Minsk

📋 copy color: '#42326C'

red 66 ◦ green 50 ◦ blue 108

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

Shades of Minsk #42326C

Tints of Minsk #42326C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.32%

 BLUE value IS 108 (42.58% from 255) = 48.21%

R = 29.46%
G = 22.32%
B = 48.21%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42326C (or 0x42326C) is known color: Minsk. HEX triplet: 42, 32 and 6C. RGB value is (66,50,108). Sum of RGB (Red+Green+Blue) = 66+50+108=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #42326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42326C is #BDCD93. Grayscale: #3D3D3D. Windows color (decimal): -12438932 or 7090754. OLE color: 7090754.

HSL color Cylindrical-coordinate representation of color #42326C: hue angle of 256.55º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42326C is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 50 108 -
CMYK 0.39 0.54 0 0.58
HSL 256.55º 0.37% 0.31% -
HSV(B) 256.55º 0.54% 0.42% -
XYZ 6.09 4.52 14.74 -
YUV 61.4 154.3 131.28 -
System Red Green Blue C M Y K H S L
Decimal 66 50 108 0.39 0.54 0 0.58 256.55 0.37 0.31
Hex 42 32 6C 27 36 0 3A 101 25 1F
Octal 102 62 154 47 66 0 72 401 45 37
Binary 1000010 110010 1101100 100111 110110 0 111010 100000001 100101 11111

Color Harmonies of #42326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42326C

Black with #42326C

Text Example


Text Example

White with #42326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42326C; }

 p { color: rgb(66,50,108); }

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

background-color css

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

 a { background-color: rgb(66,50,108); }

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

border-color css

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

 span { border-color: rgb(66,50,108); }

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