Html Css Color HEX #422E5F Jacarta

📋 copy color: '#422E5F'

red 66 ◦ green 46 ◦ blue 95

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

Shades of Jacarta #422E5F

Tints of Jacarta #422E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.89%

R = 31.88%
G = 22.22%
B = 45.89%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#422E5F (or 0x422E5F) is known color: Jacarta. HEX triplet: 42, 2E and 5F. RGB value is (66,46,95). Sum of RGB (Red+Green+Blue) = 66+46+95=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 95 - color contains mainly: blue. Hex color #422E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422E5F is #BDD1A0. Grayscale: #393939. Windows color (decimal): -12439969 or 6237762. OLE color: 6237762.

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

Color convert

RGB 66 46 95 -
CMYK 0.31 0.52 0 0.63
HSL 264.49º 0.35% 0.28% -
HSV(B) 264.49º 0.52% 0.37% -
XYZ 5.29 3.94 11.31 -
YUV 57.57 149.13 134.02 -
System Red Green Blue C M Y K H S L
Decimal 66 46 95 0.31 0.52 0 0.63 264.49 0.35 0.28
Hex 42 2E 5F 1F 34 0 3F 108 23 1C
Octal 102 56 137 37 64 0 77 410 43 34
Binary 1000010 101110 1011111 11111 110100 0 111111 100001000 100011 11100

Color Harmonies of #422E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E5F

Black with #422E5F

Text Example


Text Example

White with #422E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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