#423461

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

Shades of Jacarta #423461

Tints of Jacarta #423461

Color information

#423461 (or 0x423461) is unknown color: approx Jacarta. HEX triplet: 42, 34 and 61. RGB value is (66,52,97). Sum of RGB (Red+Green+Blue) = 66+52+97=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #423461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423461 is #BDCB9E. Grayscale: #3D3D3D. Windows color (decimal): -12438431 or 6370370. OLE color: 6370370.

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

Color convert

RGB665297-
CMYK0.320.4600.62
HSL258.67º30.2%29.22%-
HSV(B)258.67º46.39%38.04%-
XYZ5.634.4811.88-
YUV61.32148.14131.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=30.70%
G=24.19%
B=45.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6652970.320.4600.62258.6730.229.22
Hex423461202E03E1031e1d
Octal1026414140560764033635
Binary1000010110100110000110000010111001111101000000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423461; }

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

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

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

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

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

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

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

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