Html Css Color HEX #423560 Jacarta

📋 copy color: '#423560'

red 66 ◦ green 53 ◦ blue 96

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

Shades of Jacarta #423560

Tints of Jacarta #423560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.65%

 BLUE value IS 96 (37.89% from 255) = 44.65%

R = 30.7%
G = 24.65%
B = 44.65%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423560 (or 0x423560) is known color: Jacarta. HEX triplet: 42, 35 and 60. RGB value is (66,53,96). Sum of RGB (Red+Green+Blue) = 66+53+96=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #423560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423560 is #BDCA9F. Grayscale: #3D3D3D. Windows color (decimal): -12438176 or 6305090. OLE color: 6305090.

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

Color convert

RGB 66 53 96 -
CMYK 0.31 0.45 0 0.62
HSL 258.14º 0.29% 0.29% -
HSV(B) 258.14º 0.45% 0.38% -
XYZ 5.63 4.55 11.65 -
YUV 61.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 66 53 96 0.31 0.45 0 0.62 258.14 0.29 0.29
Hex 42 35 60 1F 2D 0 3E 102 1D 1D
Octal 102 65 140 37 55 0 76 402 35 35
Binary 1000010 110101 1100000 11111 101101 0 111110 100000010 11101 11101

Color Harmonies of #423560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423560

Black with #423560

Text Example


Text Example

White with #423560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423560; }

 p { color: rgb(66,53,96); }

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

background-color css

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

 a { background-color: rgb(66,53,96); }

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

border-color css

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

 span { border-color: rgb(66,53,96); }

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