#423063

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

Shades of Jacarta #423063

Tints of Jacarta #423063

Color information

#423063 (or 0x423063) is unknown color: approx Jacarta. HEX triplet: 42, 30 and 63. RGB value is (66,48,99). Sum of RGB (Red+Green+Blue) = 66+48+99=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #423063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423063 is #BDCF9C. Grayscale: #3B3B3B. Windows color (decimal): -12439453 or 6500418. OLE color: 6500418.

HSL color Cylindrical-coordinate representation of color #423063: hue angle of 261.18º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #423063 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB664899-
CMYK0.330.5200.61
HSL261.18º34.69%28.82%-
HSV(B)261.18º51.52%38.82%-
XYZ5.564.1712.32-
YUV59.2150.46132.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 48 (19.14% from 255) = 22.54%
BLUE value IS 99 (39.06% from 255) = 46.48%
R=30.99%
G=22.54%
B=46.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6648990.330.5200.61261.1834.6928.82
Hex423063213403D105231d
Octal1026014341640754054335
Binary10000101100001100011100001110100011110110000010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423063; }

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

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

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

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

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

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

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

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