#423C5F

Color #423C5F Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #423C5F

Tints of Jacarta #423C5F

Color information

#423C5F (or 0x423C5F) is unknown color: approx Jacarta. HEX triplet: 42, 3C and 5F. RGB value is (66,60,95). Sum of RGB (Red+Green+Blue) = 66+60+95=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #423C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C5F is #BDC3A0. Grayscale: #414141. Windows color (decimal): -12436385 or 6241346. OLE color: 6241346.

HSL color Cylindrical-coordinate representation of color #423C5F: hue angle of 250.29º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #423C5F is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB666095-
CMYK0.310.3700.63
HSL250.29º22.58%30.39%-
HSV(B)250.29º36.84%37.25%-
XYZ5.935.2211.52-
YUV65.78144.49128.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 60 (23.83% from 255) = 27.15%
BLUE value IS 95 (37.5% from 255) = 42.99%
R=29.86%
G=27.15%
B=42.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6660950.310.3700.63250.2922.5830.39
Hex423C5F1F2503Ffa171e
Octal1027413737450773722736
Binary10000101111001011111111111001010111111111110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423C5F; }

 p { color: rgb(66,60,95); }

 H1.HeaderClassName
 {
   color: #423C5F;
 }
 .AnyTagClassName
 {
   color: #423C5F;
 }
</style>
background-color css

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

 a { background-color: rgb(66,60,95); }

 div.DivClassName
 {
   background-color: #423C5F;
 }
 .BgClassName
 {
   background-color: #423C5F;
 }
</style>
border-color css

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

 span { border-color: rgb(66,60,95); }

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