Html Css Color HEX #42375F Jacarta

📋 copy color: '#42375F'

red 66 ◦ green 55 ◦ blue 95

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

Shades of Jacarta #42375F

Tints of Jacarta #42375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.46%

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

R = 30.56%
G = 25.46%
B = 43.98%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42375F (or 0x42375F) is known color: Jacarta. HEX triplet: 42, 37 and 5F. RGB value is (66,55,95). Sum of RGB (Red+Green+Blue) = 66+55+95=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 95 - color contains mainly: blue. Hex color #42375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42375F is #BDC8A0. Grayscale: #3E3E3E. Windows color (decimal): -12437665 or 6240066. OLE color: 6240066.

HSL color Cylindrical-coordinate representation of color #42375F: hue angle of 256.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42375F is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 55 95 -
CMYK 0.31 0.42 0 0.63
HSL 256.5º 0.27% 0.29% -
HSV(B) 256.5º 0.42% 0.37% -
XYZ 5.68 4.72 11.44 -
YUV 62.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 66 55 95 0.31 0.42 0 0.63 256.5 0.27 0.29
Hex 42 37 5F 1F 2A 0 3F 100 1B 1D
Octal 102 67 137 37 52 0 77 400 33 35
Binary 1000010 110111 1011111 11111 101010 0 111111 100000000 11011 11101

Color Harmonies of #42375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42375F

Black with #42375F

Text Example


Text Example

White with #42375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42375F; }

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

 H1.HeaderClassName
 {
   color: #42375F;
 }
 .AnyTagClassName
 {
   color: #42375F;
 }
</style>

background-color css

<style>
 a { background-color: #42375F; }

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

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

border-color css

<style>
 span { border-color: #42375F; }

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

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