Html Css Color HEX #423C5F Jacarta

📋 copy color: '#423C5F'

red 66 ◦ green 60 ◦ blue 95

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

Shades of Jacarta #423C5F

Tints of Jacarta #423C5F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.15%

 BLUE value IS 95 (37.5% from 255) = 42.99%

R = 29.86%
G = 27.15%
B = 42.99%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#423C5F (or 0x423C5F) is known color: Jacarta. HEX triplet: 42, 3C and 5F. RGB value is (66,60,95). Sum of RGB (Red+Green+Blue) = 66+60+95=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #423C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C5F is #BDC3A0. Grayscale: #414141. Windows color (decimal): -12436385 or 6241346. OLE color: 6241346.

HSL color Cylindrical-coordinate representation of color #423C5F: hue angle of 250.29º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #423C5F is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 60 95 -
CMYK 0.31 0.37 0 0.63
HSL 250.29º 0.23% 0.3% -
HSV(B) 250.29º 0.37% 0.37% -
XYZ 5.93 5.22 11.52 -
YUV 65.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 66 60 95 0.31 0.37 0 0.63 250.29 0.23 0.3
Hex 42 3C 5F 1F 25 0 3F FA 17 1E
Octal 102 74 137 37 45 0 77 372 27 36
Binary 1000010 111100 1011111 11111 100101 0 111111 11111010 10111 11110

Color Harmonies of #423C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C5F

Black with #423C5F

Text Example


Text Example

White with #423C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,60,95); }

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

background-color css

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

 a { background-color: rgb(66,60,95); }

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

border-color css

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

 span { border-color: rgb(66,60,95); }

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