Html Css Color HEX #423369 Minsk

📋 copy color: '#423369'

red 66 ◦ green 51 ◦ blue 105

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

Shades of Minsk #423369

Tints of Minsk #423369

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.97%

 BLUE value IS 105 (41.41% from 255) = 47.3%

R = 29.73%
G = 22.97%
B = 47.3%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#423369 (or 0x423369) is known color: Minsk. HEX triplet: 42, 33 and 69. RGB value is (66,51,105). Sum of RGB (Red+Green+Blue) = 66+51+105=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #423369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423369 is #BDCC96. Grayscale: #3D3D3D. Windows color (decimal): -12438679 or 6894402. OLE color: 6894402.

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

Color convert

RGB 66 51 105 -
CMYK 0.37 0.51 0 0.59
HSL 256.67º 0.35% 0.31% -
HSV(B) 256.67º 0.51% 0.41% -
XYZ 5.98 4.55 13.93 -
YUV 61.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 66 51 105 0.37 0.51 0 0.59 256.67 0.35 0.31
Hex 42 33 69 25 33 0 3B 101 23 1F
Octal 102 63 151 45 63 0 73 401 43 37
Binary 1000010 110011 1101001 100101 110011 0 111011 100000001 100011 11111

Color Harmonies of #423369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423369

Black with #423369

Text Example


Text Example

White with #423369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423369; }

 p { color: rgb(66,51,105); }

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

background-color css

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

 a { background-color: rgb(66,51,105); }

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

border-color css

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

 span { border-color: rgb(66,51,105); }

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