Html Css Color HEX #422F5E Jacarta

📋 copy color: '#422F5E'

red 66 ◦ green 47 ◦ blue 94

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

Shades of Jacarta #422F5E

Tints of Jacarta #422F5E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.71%

 BLUE value IS 94 (37.11% from 255) = 45.41%

R = 31.88%
G = 22.71%
B = 45.41%

CMYK

 C value IS 0.30

 M value IS 0.5

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#422F5E (or 0x422F5E) is known color: Jacarta. HEX triplet: 42, 2F and 5E. RGB value is (66,47,94). Sum of RGB (Red+Green+Blue) = 66+47+94=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #422F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422F5E is #BDD0A1. Grayscale: #393939. Windows color (decimal): -12439714 or 6172482. OLE color: 6172482.

HSL color Cylindrical-coordinate representation of color #422F5E: hue angle of 264.26º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #422F5E is Cyan = 0.30, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 47 94 -
CMYK 0.30 0.5 0 0.63
HSL 264.26º 0.33% 0.28% -
HSV(B) 264.26º 0.5% 0.37% -
XYZ 5.28 4 11.08 -
YUV 58.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 66 47 94 0.30 0.5 0 0.63 264.26 0.33 0.28
Hex 42 2F 5E 1E 32 0 3F 108 21 1C
Octal 102 57 136 36 62 0 77 410 41 34
Binary 1000010 101111 1011110 11110 110010 0 111111 100001000 100001 11100

Color Harmonies of #422F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F5E

Black with #422F5E

Text Example


Text Example

White with #422F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,47,94); }

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

background-color css

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

 a { background-color: rgb(66,47,94); }

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

border-color css

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

 span { border-color: rgb(66,47,94); }

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