Html Css Color HEX #423A61 Minsk

📋 copy color: '#423A61'

red 66 ◦ green 58 ◦ blue 97

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

Shades of Minsk #423A61

Tints of Minsk #423A61

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.24%

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

R = 29.86%
G = 26.24%
B = 43.89%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423A61 (or 0x423A61) is known color: Minsk. HEX triplet: 42, 3A and 61. RGB value is (66,58,97). Sum of RGB (Red+Green+Blue) = 66+58+97=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #423A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A61 is #BDC59E. Grayscale: #404040. Windows color (decimal): -12436895 or 6371906. OLE color: 6371906.

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

Color convert

RGB 66 58 97 -
CMYK 0.32 0.40 0 0.62
HSL 252.31º 0.25% 0.3% -
HSV(B) 252.31º 0.4% 0.38% -
XYZ 5.92 5.05 11.97 -
YUV 64.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 66 58 97 0.32 0.40 0 0.62 252.31 0.25 0.3
Hex 42 3A 61 20 28 0 3E FC 19 1E
Octal 102 72 141 40 50 0 76 374 31 36
Binary 1000010 111010 1100001 100000 101000 0 111110 11111100 11001 11110

Color Harmonies of #423A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A61

Black with #423A61

Text Example


Text Example

White with #423A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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