Html Css Color HEX #422E5B Jacarta

📋 copy color: '#422E5B'

red 66 ◦ green 46 ◦ blue 91

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

Shades of Jacarta #422E5B

Tints of Jacarta #422E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.83%

R = 32.51%
G = 22.66%
B = 44.83%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#422E5B (or 0x422E5B) is known color: Jacarta. HEX triplet: 42, 2E and 5B. RGB value is (66,46,91). Sum of RGB (Red+Green+Blue) = 66+46+91=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #422E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422E5B is #BDD1A4. Grayscale: #383838. Windows color (decimal): -12439973 or 5975618. OLE color: 5975618.

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

Color convert

RGB 66 46 91 -
CMYK 0.27 0.49 0 0.64
HSL 266.67º 0.33% 0.27% -
HSV(B) 266.67º 0.49% 0.36% -
XYZ 5.11 3.87 10.37 -
YUV 57.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 66 46 91 0.27 0.49 0 0.64 266.67 0.33 0.27
Hex 42 2E 5B 1B 31 0 40 10B 21 1B
Octal 102 56 133 33 61 0 100 413 41 33
Binary 1000010 101110 1011011 11011 110001 0 1000000 100001011 100001 11011

Color Harmonies of #422E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E5B

Black with #422E5B

Text Example


Text Example

White with #422E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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