Html Css Color HEX #422E5D Jacarta

📋 copy color: '#422E5D'

red 66 ◦ green 46 ◦ blue 93

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

Shades of Jacarta #422E5D

Tints of Jacarta #422E5D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.44%

 BLUE value IS 93 (36.72% from 255) = 45.37%

R = 32.2%
G = 22.44%
B = 45.37%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#422E5D (or 0x422E5D) is known color: Jacarta. HEX triplet: 42, 2E and 5D. RGB value is (66,46,93). Sum of RGB (Red+Green+Blue) = 66+46+93=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #422E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422E5D is #BDD1A2. Grayscale: #393939. Windows color (decimal): -12439971 or 6106690. OLE color: 6106690.

HSL color Cylindrical-coordinate representation of color #422E5D: hue angle of 265.53º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #422E5D is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 46 93 -
CMYK 0.29 0.51 0 0.64
HSL 265.53º 0.34% 0.27% -
HSV(B) 265.53º 0.51% 0.36% -
XYZ 5.2 3.9 10.84 -
YUV 57.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 66 46 93 0.29 0.51 0 0.64 265.53 0.34 0.27
Hex 42 2E 5D 1D 33 0 40 10A 22 1B
Octal 102 56 135 35 63 0 100 412 42 33
Binary 1000010 101110 1011101 11101 110011 0 1000000 100001010 100010 11011

Color Harmonies of #422E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E5D

Black with #422E5D

Text Example


Text Example

White with #422E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,46,93); }

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

background-color css

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

 a { background-color: rgb(66,46,93); }

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

border-color css

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

 span { border-color: rgb(66,46,93); }

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