Html Css Color HEX #423168 Minsk

📋 copy color: '#423168'

red 66 ◦ green 49 ◦ blue 104

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

Shades of Minsk #423168

Tints of Minsk #423168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.49%

R = 30.14%
G = 22.37%
B = 47.49%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#423168 (or 0x423168) is known color: Minsk. HEX triplet: 42, 31 and 68. RGB value is (66,49,104). Sum of RGB (Red+Green+Blue) = 66+49+104=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #423168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423168 is #BDCE97. Grayscale: #3C3C3C. Windows color (decimal): -12439192 or 6828354. OLE color: 6828354.

HSL color Cylindrical-coordinate representation of color #423168: hue angle of 258.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #423168 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 49 104 -
CMYK 0.37 0.53 0 0.59
HSL 258.55º 0.36% 0.3% -
HSV(B) 258.55º 0.53% 0.41% -
XYZ 5.84 4.35 13.63 -
YUV 60.35 152.63 132.03 -
System Red Green Blue C M Y K H S L
Decimal 66 49 104 0.37 0.53 0 0.59 258.55 0.36 0.3
Hex 42 31 68 25 35 0 3B 103 24 1E
Octal 102 61 150 45 65 0 73 403 44 36
Binary 1000010 110001 1101000 100101 110101 0 111011 100000011 100100 11110

Color Harmonies of #423168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423168

Black with #423168

Text Example


Text Example

White with #423168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423168; }

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

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

background-color css

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

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

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

border-color css

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

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

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