Html Css Color HEX #422F5B Jacarta

📋 copy color: '#422F5B'

red 66 ◦ green 47 ◦ blue 91

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

Shades of Jacarta #422F5B

Tints of Jacarta #422F5B

RGB

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

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

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

R = 32.35%
G = 23.04%
B = 44.61%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#422F5B (or 0x422F5B) is known color: Jacarta. HEX triplet: 42, 2F and 5B. RGB value is (66,47,91). Sum of RGB (Red+Green+Blue) = 66+47+91=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #422F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422F5B is #BDD0A4. Grayscale: #393939. Windows color (decimal): -12439717 or 5975874. OLE color: 5975874.

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

Color convert

RGB 66 47 91 -
CMYK 0.27 0.48 0 0.64
HSL 265.91º 0.32% 0.27% -
HSV(B) 265.91º 0.48% 0.36% -
XYZ 5.15 3.95 10.39 -
YUV 57.7 146.79 133.92 -
System Red Green Blue C M Y K H S L
Decimal 66 47 91 0.27 0.48 0 0.64 265.91 0.32 0.27
Hex 42 2F 5B 1B 30 0 40 10A 20 1B
Octal 102 57 133 33 60 0 100 412 40 33
Binary 1000010 101111 1011011 11011 110000 0 1000000 100001010 100000 11011

Color Harmonies of #422F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F5B

Black with #422F5B

Text Example


Text Example

White with #422F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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