Html Css Color HEX #423266 Minsk

📋 copy color: '#423266'

red 66 ◦ green 50 ◦ blue 102

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

Shades of Minsk #423266

Tints of Minsk #423266

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.94%

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

R = 30.28%
G = 22.94%
B = 46.79%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#423266 (or 0x423266) is known color: Minsk. HEX triplet: 42, 32 and 66. RGB value is (66,50,102). Sum of RGB (Red+Green+Blue) = 66+50+102=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #423266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423266 is #BDCD99. Grayscale: #3C3C3C. Windows color (decimal): -12438938 or 6697538. OLE color: 6697538.

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

Color convert

RGB 66 50 102 -
CMYK 0.35 0.51 0 0.6
HSL 258.46º 0.34% 0.3% -
HSV(B) 258.46º 0.51% 0.4% -
XYZ 5.79 4.4 13.11 -
YUV 60.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 66 50 102 0.35 0.51 0 0.6 258.46 0.34 0.3
Hex 42 32 66 23 33 0 3C 102 22 1E
Octal 102 62 146 43 63 0 74 402 42 36
Binary 1000010 110010 1100110 100011 110011 0 111100 100000010 100010 11110

Color Harmonies of #423266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423266

Black with #423266

Text Example


Text Example

White with #423266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423266; }

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

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

background-color css

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

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

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

border-color css

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

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

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