Html Css Color HEX #423566 Minsk

📋 copy color: '#423566'

red 66 ◦ green 53 ◦ blue 102

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

Shades of Minsk #423566

Tints of Minsk #423566

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

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

R = 29.86%
G = 23.98%
B = 46.15%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#423566 (or 0x423566) is known color: Minsk. HEX triplet: 42, 35 and 66. RGB value is (66,53,102). Sum of RGB (Red+Green+Blue) = 66+53+102=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #423566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423566 is #BDCA99. Grayscale: #3E3E3E. Windows color (decimal): -12438170 or 6698306. OLE color: 6698306.

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

Color convert

RGB 66 53 102 -
CMYK 0.35 0.48 0 0.6
HSL 255.92º 0.32% 0.3% -
HSV(B) 255.92º 0.48% 0.4% -
XYZ 5.92 4.66 13.16 -
YUV 62.47 150.31 130.52 -
System Red Green Blue C M Y K H S L
Decimal 66 53 102 0.35 0.48 0 0.6 255.92 0.32 0.3
Hex 42 35 66 23 30 0 3C 100 20 1E
Octal 102 65 146 43 60 0 74 400 40 36
Binary 1000010 110101 1100110 100011 110000 0 111100 100000000 100000 11110

Color Harmonies of #423566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423566

Black with #423566

Text Example


Text Example

White with #423566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423566; }

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

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

background-color css

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

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

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

border-color css

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

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

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