#423062

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

Shades of Jacarta #423062

Tints of Jacarta #423062

Color information

#423062 (or 0x423062) is unknown color: approx Jacarta. HEX triplet: 42, 30 and 62. RGB value is (66,48,98). Sum of RGB (Red+Green+Blue) = 66+48+98=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #423062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423062 is #BDCF9D. Grayscale: #3A3A3A. Windows color (decimal): -12439454 or 6434882. OLE color: 6434882.

HSL color Cylindrical-coordinate representation of color #423062: hue angle of 261.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #423062 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB664898-
CMYK0.330.5100.62
HSL261.6º34.25%28.63%-
HSV(B)261.6º51.02%38.43%-
XYZ5.514.1512.07-
YUV59.08149.96132.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 48 (19.14% from 255) = 22.64%
BLUE value IS 98 (38.67% from 255) = 46.23%
R=31.13%
G=22.64%
B=46.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6648980.330.5100.62261.634.2528.63
Hex423062213303E106221d
Octal1026014241630764064235
Binary10000101100001100010100001110011011111010000011010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423062; }

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

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

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

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

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

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

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

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