Html Css Color HEX #42376E Minsk

📋 copy color: '#42376E'

red 66 ◦ green 55 ◦ blue 110

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

Shades of Minsk #42376E

Tints of Minsk #42376E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.81%

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

R = 28.57%
G = 23.81%
B = 47.62%

CMYK

 C value IS 0.4

 M value IS 0.5

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42376E (or 0x42376E) is known color: Minsk. HEX triplet: 42, 37 and 6E. RGB value is (66,55,110). Sum of RGB (Red+Green+Blue) = 66+55+110=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #42376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42376E is #BDC891. Grayscale: #404040. Windows color (decimal): -12437650 or 7223106. OLE color: 7223106.

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

Color convert

RGB 66 55 110 -
CMYK 0.4 0.5 0 0.57
HSL 252º 0.33% 0.32% -
HSV(B) 252º 0.5% 0.43% -
XYZ 6.43 5.02 15.38 -
YUV 64.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 66 55 110 0.4 0.5 0 0.57 252 0.33 0.32
Hex 42 37 6E 28 32 0 39 FC 21 20
Octal 102 67 156 50 62 0 71 374 41 40
Binary 1000010 110111 1101110 101000 110010 0 111001 11111100 100001 100000

Color Harmonies of #42376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42376E

Black with #42376E

Text Example


Text Example

White with #42376E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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