Html Css Color HEX #422F61 Jacarta

📋 copy color: '#422F61'

red 66 ◦ green 47 ◦ blue 97

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

Shades of Jacarta #422F61

Tints of Jacarta #422F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 46.19%

R = 31.43%
G = 22.38%
B = 46.19%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#422F61 (or 0x422F61) is known color: Jacarta. HEX triplet: 42, 2F and 61. RGB value is (66,47,97). Sum of RGB (Red+Green+Blue) = 66+47+97=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #422F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422F61 is #BDD09E. Grayscale: #3A3A3A. Windows color (decimal): -12439711 or 6369090. OLE color: 6369090.

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

Color convert

RGB 66 47 97 -
CMYK 0.32 0.52 0 0.62
HSL 262.8º 0.35% 0.28% -
HSV(B) 262.8º 0.52% 0.38% -
XYZ 5.42 4.05 11.81 -
YUV 58.38 149.79 133.43 -
System Red Green Blue C M Y K H S L
Decimal 66 47 97 0.32 0.52 0 0.62 262.8 0.35 0.28
Hex 42 2F 61 20 34 0 3E 107 23 1C
Octal 102 57 141 40 64 0 76 407 43 34
Binary 1000010 101111 1100001 100000 110100 0 111110 100000111 100011 11100

Color Harmonies of #422F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F61

Black with #422F61

Text Example


Text Example

White with #422F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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