Html Css Color HEX #42326E Minsk

📋 copy color: '#42326E'

red 66 ◦ green 50 ◦ blue 110

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

Shades of Minsk #42326E

Tints of Minsk #42326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.67%

R = 29.2%
G = 22.12%
B = 48.67%

CMYK

 C value IS 0.4

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42326E (or 0x42326E) is known color: Minsk. HEX triplet: 42, 32 and 6E. RGB value is (66,50,110). Sum of RGB (Red+Green+Blue) = 66+50+110=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #42326E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42326E is #BDCD91. Grayscale: #3D3D3D. Windows color (decimal): -12438930 or 7221826. OLE color: 7221826.

HSL color Cylindrical-coordinate representation of color #42326E: hue angle of 256º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42326E is Cyan = 0.4, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 50 110 -
CMYK 0.4 0.55 0 0.57
HSL 256º 0.38% 0.31% -
HSV(B) 256º 0.55% 0.43% -
XYZ 6.2 4.57 15.31 -
YUV 61.62 155.3 131.12 -
System Red Green Blue C M Y K H S L
Decimal 66 50 110 0.4 0.55 0 0.57 256 0.38 0.31
Hex 42 32 6E 28 37 0 39 100 26 1F
Octal 102 62 156 50 67 0 71 400 46 37
Binary 1000010 110010 1101110 101000 110111 0 111001 100000000 100110 11111

Color Harmonies of #42326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42326E

Black with #42326E

Text Example


Text Example

White with #42326E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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