Html Css Color HEX #423A59 Jacarta

📋 copy color: '#423A59'

red 66 ◦ green 58 ◦ blue 89

#423A59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacarta #423A59

Tints of Jacarta #423A59

RGB

 RED value IS 66 (26.17% from 255) = 30.99%

 GREEN value IS 58 (23.05% from 255) = 27.23%

 BLUE value IS 89 (35.16% from 255) = 41.78%

R = 30.99%
G = 27.23%
B = 41.78%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#423A59 (or 0x423A59) is known color: Jacarta. HEX triplet: 42, 3A and 59. RGB value is (66,58,89). Sum of RGB (Red+Green+Blue) = 66+58+89=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #423A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A59 is #BDC5A6. Grayscale: #3F3F3F. Windows color (decimal): -12436903 or 5847618. OLE color: 5847618.

HSL color Cylindrical-coordinate representation of color #423A59: hue angle of 255.48º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #423A59 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 58 89 -
CMYK 0.26 0.35 0 0.65
HSL 255.48º 0.21% 0.29% -
HSV(B) 255.48º 0.35% 0.35% -
XYZ 5.56 4.91 10.1 -
YUV 63.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 66 58 89 0.26 0.35 0 0.65 255.48 0.21 0.29
Hex 42 3A 59 1A 23 0 41 FF 15 1D
Octal 102 72 131 32 43 0 101 377 25 35
Binary 1000010 111010 1011001 11010 100011 0 1000001 11111111 10101 11101

Color Harmonies of #423A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A59

Black with #423A59

Text Example


Text Example

White with #423A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423A59; }

 p { color: rgb(66,58,89); }

 H1.HeaderClassName
 {
   color: #423A59;
 }
 .AnyTagClassName
 {
   color: #423A59;
 }
</style>

background-color css

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

 a { background-color: rgb(66,58,89); }

 div.DivClassName
 {
   background-color: #423A59;
 }
 .BgClassName
 {
   background-color: #423A59;
 }
</style>

border-color css

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

 span { border-color: rgb(66,58,89); }

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