#423061

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

Shades of Jacarta #423061

Tints of Jacarta #423061

Color information

#423061 (or 0x423061) is unknown color: approx Jacarta. HEX triplet: 42, 30 and 61. RGB value is (66,48,97). Sum of RGB (Red+Green+Blue) = 66+48+97=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #423061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423061 is #BDCF9E. Grayscale: #3A3A3A. Windows color (decimal): -12439455 or 6369346. OLE color: 6369346.

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

Color convert

RGB664897-
CMYK0.320.5100.62
HSL262.04º33.79%28.43%-
HSV(B)262.04º50.52%38.04%-
XYZ5.464.1411.82-
YUV58.97149.46133.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 97 (38.28% from 255) = 45.97%
R=31.28%
G=22.75%
B=45.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6648970.320.5100.62262.0433.7928.43
Hex423061203303E106221c
Octal1026014140630764064234
Binary10000101100001100001100000110011011111010000011010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423061; }

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

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

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

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

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

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

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

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