Html Css Color HEX #423165 Minsk

📋 copy color: '#423165'

red 66 ◦ green 49 ◦ blue 101

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

Shades of Minsk #423165

Tints of Minsk #423165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.69%

 BLUE value IS 101 (39.84% from 255) = 46.76%

R = 30.56%
G = 22.69%
B = 46.76%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#423165 (or 0x423165) is known color: Minsk. HEX triplet: 42, 31 and 65. RGB value is (66,49,101). Sum of RGB (Red+Green+Blue) = 66+49+101=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #423165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423165 is #BDCE9A. Grayscale: #3B3B3B. Windows color (decimal): -12439195 or 6631746. OLE color: 6631746.

HSL color Cylindrical-coordinate representation of color #423165: hue angle of 259.62º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #423165 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 49 101 -
CMYK 0.35 0.51 0 0.60
HSL 259.62º 0.35% 0.29% -
HSV(B) 259.62º 0.51% 0.4% -
XYZ 5.69 4.29 12.84 -
YUV 60.01 151.13 132.27 -
System Red Green Blue C M Y K H S L
Decimal 66 49 101 0.35 0.51 0 0.60 259.62 0.35 0.29
Hex 42 31 65 23 33 0 3C 104 23 1D
Octal 102 61 145 43 63 0 74 404 43 35
Binary 1000010 110001 1100101 100011 110011 0 111100 100000100 100011 11101

Color Harmonies of #423165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423165

Black with #423165

Text Example


Text Example

White with #423165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423165; }

 p { color: rgb(66,49,101); }

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

background-color css

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

 a { background-color: rgb(66,49,101); }

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

border-color css

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

 span { border-color: rgb(66,49,101); }

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