Html Css Color HEX #423471 Minsk

📋 copy color: '#423471'

red 66 ◦ green 52 ◦ blue 113

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

Shades of Minsk #423471

Tints of Minsk #423471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.51%

 BLUE value IS 113 (44.53% from 255) = 48.92%

R = 28.57%
G = 22.51%
B = 48.92%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#423471 (or 0x423471) is known color: Minsk. HEX triplet: 42, 34 and 71. RGB value is (66,52,113). Sum of RGB (Red+Green+Blue) = 66+52+113=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #423471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423471 is #BDCB8E. Grayscale: #3E3E3E. Windows color (decimal): -12438415 or 7418946. OLE color: 7418946.

HSL color Cylindrical-coordinate representation of color #423471: hue angle of 253.77º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #423471 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 52 113 -
CMYK 0.42 0.54 0 0.56
HSL 253.77º 0.37% 0.32% -
HSV(B) 253.77º 0.54% 0.44% -
XYZ 6.46 4.81 16.21 -
YUV 63.14 156.14 130.04 -
System Red Green Blue C M Y K H S L
Decimal 66 52 113 0.42 0.54 0 0.56 253.77 0.37 0.32
Hex 42 34 71 2A 36 0 38 FE 25 20
Octal 102 64 161 52 66 0 70 376 45 40
Binary 1000010 110100 1110001 101010 110110 0 111000 11111110 100101 100000

Color Harmonies of #423471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423471

Black with #423471

Text Example


Text Example

White with #423471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423471; }

 p { color: rgb(66,52,113); }

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

background-color css

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

 a { background-color: rgb(66,52,113); }

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

border-color css

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

 span { border-color: rgb(66,52,113); }

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