Html Css Color HEX #423666 Minsk

📋 copy color: '#423666'

red 66 ◦ green 54 ◦ blue 102

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

Shades of Minsk #423666

Tints of Minsk #423666

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.32%

 BLUE value IS 102 (40.23% from 255) = 45.95%

R = 29.73%
G = 24.32%
B = 45.95%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#423666 (or 0x423666) is known color: Minsk. HEX triplet: 42, 36 and 66. RGB value is (66,54,102). Sum of RGB (Red+Green+Blue) = 66+54+102=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #423666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423666 is #BDC999. Grayscale: #3E3E3E. Windows color (decimal): -12437914 or 6698562. OLE color: 6698562.

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

Color convert

RGB 66 54 102 -
CMYK 0.35 0.47 0 0.6
HSL 255º 0.31% 0.31% -
HSV(B) 255º 0.47% 0.4% -
XYZ 5.96 4.76 13.17 -
YUV 63.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 66 54 102 0.35 0.47 0 0.6 255 0.31 0.31
Hex 42 36 66 23 2F 0 3C FF 1F 1F
Octal 102 66 146 43 57 0 74 377 37 37
Binary 1000010 110110 1100110 100011 101111 0 111100 11111111 11111 11111

Color Harmonies of #423666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423666

Black with #423666

Text Example


Text Example

White with #423666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423666; }

 p { color: rgb(66,54,102); }

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

background-color css

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

 a { background-color: rgb(66,54,102); }

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

border-color css

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

 span { border-color: rgb(66,54,102); }

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