Html Css Color HEX #42366F Minsk

📋 copy color: '#42366F'

red 66 ◦ green 54 ◦ blue 111

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

Shades of Minsk #42366F

Tints of Minsk #42366F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.38%

 BLUE value IS 111 (43.75% from 255) = 48.05%

R = 28.57%
G = 23.38%
B = 48.05%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#42366F (or 0x42366F) is known color: Minsk. HEX triplet: 42, 36 and 6F. RGB value is (66,54,111). Sum of RGB (Red+Green+Blue) = 66+54+111=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #42366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42366F is #BDC990. Grayscale: #3F3F3F. Windows color (decimal): -12437905 or 7288386. OLE color: 7288386.

HSL color Cylindrical-coordinate representation of color #42366F: hue angle of 252.63º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42366F is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 54 111 -
CMYK 0.41 0.51 0 0.56
HSL 252.63º 0.35% 0.32% -
HSV(B) 252.63º 0.51% 0.44% -
XYZ 6.44 4.94 15.65 -
YUV 64.09 154.48 129.37 -
System Red Green Blue C M Y K H S L
Decimal 66 54 111 0.41 0.51 0 0.56 252.63 0.35 0.32
Hex 42 36 6F 29 33 0 38 FD 23 20
Octal 102 66 157 51 63 0 70 375 43 40
Binary 1000010 110110 1101111 101001 110011 0 111000 11111101 100011 100000

Color Harmonies of #42366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42366F

Black with #42366F

Text Example


Text Example

White with #42366F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42366F; }

 p { color: rgb(66,54,111); }

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

background-color css

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

 a { background-color: rgb(66,54,111); }

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

border-color css

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

 span { border-color: rgb(66,54,111); }

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