Html Css Color HEX #423060 Jacarta

📋 copy color: '#423060'

red 66 ◦ green 48 ◦ blue 96

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

Shades of Jacarta #423060

Tints of Jacarta #423060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.86%

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

R = 31.43%
G = 22.86%
B = 45.71%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423060 (or 0x423060) is known color: Jacarta. HEX triplet: 42, 30 and 60. RGB value is (66,48,96). Sum of RGB (Red+Green+Blue) = 66+48+96=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #423060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423060 is #BDCF9F. Grayscale: #3A3A3A. Windows color (decimal): -12439456 or 6303810. OLE color: 6303810.

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

Color convert

RGB 66 48 96 -
CMYK 0.31 0.50 0 0.62
HSL 262.5º 0.33% 0.28% -
HSV(B) 262.5º 0.5% 0.38% -
XYZ 5.42 4.12 11.58 -
YUV 58.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 66 48 96 0.31 0.50 0 0.62 262.5 0.33 0.28
Hex 42 30 60 1F 32 0 3E 106 21 1C
Octal 102 60 140 37 62 0 76 406 41 34
Binary 1000010 110000 1100000 11111 110010 0 111110 100000110 100001 11100

Color Harmonies of #423060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423060

Black with #423060

Text Example


Text Example

White with #423060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423060; }

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

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

background-color css

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

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

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

border-color css

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

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

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