Html Css Color HEX #423C61 Minsk

📋 copy color: '#423C61'

red 66 ◦ green 60 ◦ blue 97

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

Shades of Minsk #423C61

Tints of Minsk #423C61

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.91%

 BLUE value IS 97 (38.28% from 255) = 43.5%

R = 29.6%
G = 26.91%
B = 43.5%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423C61 (or 0x423C61) is known color: Minsk. HEX triplet: 42, 3C and 61. RGB value is (66,60,97). Sum of RGB (Red+Green+Blue) = 66+60+97=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #423C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C61 is #BDC39E. Grayscale: #414141. Windows color (decimal): -12436383 or 6372418. OLE color: 6372418.

HSL color Cylindrical-coordinate representation of color #423C61: hue angle of 249.73º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #423C61 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 60 97 -
CMYK 0.32 0.38 0 0.62
HSL 249.73º 0.24% 0.31% -
HSV(B) 249.73º 0.38% 0.38% -
XYZ 6.02 5.25 12.01 -
YUV 66.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 66 60 97 0.32 0.38 0 0.62 249.73 0.24 0.31
Hex 42 3C 61 20 26 0 3E FA 18 1F
Octal 102 74 141 40 46 0 76 372 30 37
Binary 1000010 111100 1100001 100000 100110 0 111110 11111010 11000 11111

Color Harmonies of #423C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C61

Black with #423C61

Text Example


Text Example

White with #423C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423C61; }

 p { color: rgb(66,60,97); }

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

background-color css

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

 a { background-color: rgb(66,60,97); }

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

border-color css

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

 span { border-color: rgb(66,60,97); }

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