Html Css Color HEX #422F5F Jacarta

📋 copy color: '#422F5F'

red 66 ◦ green 47 ◦ blue 95

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

Shades of Jacarta #422F5F

Tints of Jacarta #422F5F

RGB

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

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

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

R = 31.73%
G = 22.6%
B = 45.67%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#422F5F (or 0x422F5F) is known color: Jacarta. HEX triplet: 42, 2F and 5F. RGB value is (66,47,95). Sum of RGB (Red+Green+Blue) = 66+47+95=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #422F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422F5F is #BDD0A0. Grayscale: #393939. Windows color (decimal): -12439713 or 6238018. OLE color: 6238018.

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

Color convert

RGB 66 47 95 -
CMYK 0.31 0.51 0 0.63
HSL 263.75º 0.34% 0.28% -
HSV(B) 263.75º 0.51% 0.37% -
XYZ 5.33 4.02 11.32 -
YUV 58.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 66 47 95 0.31 0.51 0 0.63 263.75 0.34 0.28
Hex 42 2F 5F 1F 33 0 3F 108 22 1C
Octal 102 57 137 37 63 0 77 410 42 34
Binary 1000010 101111 1011111 11111 110011 0 111111 100001000 100010 11100

Color Harmonies of #422F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F5F

Black with #422F5F

Text Example


Text Example

White with #422F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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