Html Css Color HEX #423967 Minsk

📋 copy color: '#423967'

red 66 ◦ green 57 ◦ blue 103

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

Shades of Minsk #423967

Tints of Minsk #423967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 45.58%

R = 29.2%
G = 25.22%
B = 45.58%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#423967 (or 0x423967) is known color: Minsk. HEX triplet: 42, 39 and 67. RGB value is (66,57,103). Sum of RGB (Red+Green+Blue) = 66+57+103=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #423967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423967 is #BDC698. Grayscale: #404040. Windows color (decimal): -12437145 or 6764866. OLE color: 6764866.

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

Color convert

RGB 66 57 103 -
CMYK 0.36 0.45 0 0.60
HSL 251.74º 0.29% 0.31% -
HSV(B) 251.74º 0.45% 0.4% -
XYZ 6.16 5.06 13.48 -
YUV 64.94 149.48 128.76 -
System Red Green Blue C M Y K H S L
Decimal 66 57 103 0.36 0.45 0 0.60 251.74 0.29 0.31
Hex 42 39 67 24 2D 0 3C FC 1D 1F
Octal 102 71 147 44 55 0 74 374 35 37
Binary 1000010 111001 1100111 100100 101101 0 111100 11111100 11101 11111

Color Harmonies of #423967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423967

Black with #423967

Text Example


Text Example

White with #423967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423967; }

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

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

background-color css

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

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

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

border-color css

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

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

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