Html Css Color HEX #423067 Minsk

📋 copy color: '#423067'

red 66 ◦ green 48 ◦ blue 103

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

Shades of Minsk #423067

Tints of Minsk #423067

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.12%

 BLUE value IS 103 (40.63% from 255) = 47.47%

R = 30.41%
G = 22.12%
B = 47.47%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#423067 (or 0x423067) is known color: Minsk. HEX triplet: 42, 30 and 67. RGB value is (66,48,103). Sum of RGB (Red+Green+Blue) = 66+48+103=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #423067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423067 is #BDCF98. Grayscale: #3B3B3B. Windows color (decimal): -12439449 or 6762562. OLE color: 6762562.

HSL color Cylindrical-coordinate representation of color #423067: hue angle of 259.64º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #423067 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 48 103 -
CMYK 0.36 0.53 0 0.60
HSL 259.64º 0.36% 0.3% -
HSV(B) 259.64º 0.53% 0.4% -
XYZ 5.75 4.25 13.35 -
YUV 59.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 66 48 103 0.36 0.53 0 0.60 259.64 0.36 0.3
Hex 42 30 67 24 35 0 3C 104 24 1E
Octal 102 60 147 44 65 0 74 404 44 36
Binary 1000010 110000 1100111 100100 110101 0 111100 100000100 100100 11110

Color Harmonies of #423067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423067

Black with #423067

Text Example


Text Example

White with #423067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423067; }

 p { color: rgb(66,48,103); }

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

background-color css

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

 a { background-color: rgb(66,48,103); }

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

border-color css

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

 span { border-color: rgb(66,48,103); }

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