Html Css Color HEX #423965 Minsk

📋 copy color: '#423965'

red 66 ◦ green 57 ◦ blue 101

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

Shades of Minsk #423965

Tints of Minsk #423965

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.45%

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

R = 29.46%
G = 25.45%
B = 45.09%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#423965 (or 0x423965) is known color: Minsk. HEX triplet: 42, 39 and 65. RGB value is (66,57,101). Sum of RGB (Red+Green+Blue) = 66+57+101=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #423965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423965 is #BDC69A. Grayscale: #404040. Windows color (decimal): -12437147 or 6633794. OLE color: 6633794.

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

Color convert

RGB 66 57 101 -
CMYK 0.35 0.44 0 0.60
HSL 252.27º 0.28% 0.31% -
HSV(B) 252.27º 0.44% 0.4% -
XYZ 6.06 5.02 12.96 -
YUV 64.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 66 57 101 0.35 0.44 0 0.60 252.27 0.28 0.31
Hex 42 39 65 23 2C 0 3C FC 1C 1F
Octal 102 71 145 43 54 0 74 374 34 37
Binary 1000010 111001 1100101 100011 101100 0 111100 11111100 11100 11111

Color Harmonies of #423965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423965

Black with #423965

Text Example


Text Example

White with #423965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423965; }

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

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

background-color css

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

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

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

border-color css

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

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

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