#423261

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

Shades of Jacarta #423261

Tints of Jacarta #423261

Color information

#423261 (or 0x423261) is unknown color: approx Jacarta. HEX triplet: 42, 32 and 61. RGB value is (66,50,97). Sum of RGB (Red+Green+Blue) = 66+50+97=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #423261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423261 is #BDCD9E. Grayscale: #3B3B3B. Windows color (decimal): -12438943 or 6369858. OLE color: 6369858.

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

Color convert

RGB665097-
CMYK0.320.4800.62
HSL260.43º31.97%28.82%-
HSV(B)260.43º48.45%38.04%-
XYZ5.554.311.85-
YUV60.14148.8132.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=30.99%
G=23.47%
B=45.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6650970.320.4800.62260.4331.9728.82
Hex423261203003E104201d
Octal1026214140600764044035
Binary10000101100101100001100000110000011111010000010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423261; }

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

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

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

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

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

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

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

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