Html Css Color HEX #423960 Jacarta

📋 copy color: '#423960'

red 66 ◦ green 57 ◦ blue 96

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

Shades of Jacarta #423960

Tints of Jacarta #423960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.03%

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

R = 30.14%
G = 26.03%
B = 43.84%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423960 (or 0x423960) is known color: Jacarta. HEX triplet: 42, 39 and 60. RGB value is (66,57,96). Sum of RGB (Red+Green+Blue) = 66+57+96=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #423960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423960 is #BDC69F. Grayscale: #3F3F3F. Windows color (decimal): -12437152 or 6306114. OLE color: 6306114.

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

Color convert

RGB 66 57 96 -
CMYK 0.31 0.41 0 0.62
HSL 253.85º 0.25% 0.3% -
HSV(B) 253.85º 0.41% 0.38% -
XYZ 5.82 4.93 11.71 -
YUV 64.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 66 57 96 0.31 0.41 0 0.62 253.85 0.25 0.3
Hex 42 39 60 1F 29 0 3E FE 19 1E
Octal 102 71 140 37 51 0 76 376 31 36
Binary 1000010 111001 1100000 11111 101001 0 111110 11111110 11001 11110

Color Harmonies of #423960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423960

Black with #423960

Text Example


Text Example

White with #423960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423960; }

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

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

background-color css

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

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

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

border-color css

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

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

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