Html Css Color HEX #423160 Jacarta

📋 copy color: '#423160'

red 66 ◦ green 49 ◦ blue 96

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

Shades of Jacarta #423160

Tints of Jacarta #423160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

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

R = 31.28%
G = 23.22%
B = 45.5%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423160 (or 0x423160) is known color: Jacarta. HEX triplet: 42, 31 and 60. RGB value is (66,49,96). Sum of RGB (Red+Green+Blue) = 66+49+96=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #423160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423160 is #BDCE9F. Grayscale: #3B3B3B. Windows color (decimal): -12439200 or 6304066. OLE color: 6304066.

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

Color convert

RGB 66 49 96 -
CMYK 0.31 0.49 0 0.62
HSL 261.7º 0.32% 0.28% -
HSV(B) 261.7º 0.49% 0.38% -
XYZ 5.46 4.2 11.59 -
YUV 59.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 66 49 96 0.31 0.49 0 0.62 261.7 0.32 0.28
Hex 42 31 60 1F 31 0 3E 106 20 1C
Octal 102 61 140 37 61 0 76 406 40 34
Binary 1000010 110001 1100000 11111 110001 0 111110 100000110 100000 11100

Color Harmonies of #423160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423160

Black with #423160

Text Example


Text Example

White with #423160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423160; }

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

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

background-color css

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

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

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

border-color css

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

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

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