Html Css Color HEX #422D60 Jacarta

📋 copy color: '#422D60'

red 66 ◦ green 45 ◦ blue 96

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

Shades of Jacarta #422D60

Tints of Jacarta #422D60

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.74%

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

R = 31.88%
G = 21.74%
B = 46.38%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#422D60 (or 0x422D60) is known color: Jacarta. HEX triplet: 42, 2D and 60. RGB value is (66,45,96). Sum of RGB (Red+Green+Blue) = 66+45+96=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #422D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422D60 is #BDD29F. Grayscale: #383838. Windows color (decimal): -12440224 or 6303042. OLE color: 6303042.

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

Color convert

RGB 66 45 96 -
CMYK 0.31 0.53 0 0.62
HSL 264.71º 0.36% 0.28% -
HSV(B) 264.71º 0.53% 0.38% -
XYZ 5.3 3.88 11.54 -
YUV 57.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 66 45 96 0.31 0.53 0 0.62 264.71 0.36 0.28
Hex 42 2D 60 1F 35 0 3E 109 24 1C
Octal 102 55 140 37 65 0 76 411 44 34
Binary 1000010 101101 1100000 11111 110101 0 111110 100001001 100100 11100

Color Harmonies of #422D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D60

Black with #422D60

Text Example


Text Example

White with #422D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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