Html Css Color HEX #42395D Jacarta

📋 copy color: '#42395D'

red 66 ◦ green 57 ◦ blue 93

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

Shades of Jacarta #42395D

Tints of Jacarta #42395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.39%

 BLUE value IS 93 (36.72% from 255) = 43.06%

R = 30.56%
G = 26.39%
B = 43.06%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42395D (or 0x42395D) is known color: Jacarta. HEX triplet: 42, 39 and 5D. RGB value is (66,57,93). Sum of RGB (Red+Green+Blue) = 66+57+93=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #42395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42395D is #BDC6A2. Grayscale: #3F3F3F. Windows color (decimal): -12437155 or 6109506. OLE color: 6109506.

HSL color Cylindrical-coordinate representation of color #42395D: hue angle of 255º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42395D is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 57 93 -
CMYK 0.29 0.39 0 0.64
HSL 255º 0.24% 0.29% -
HSV(B) 255º 0.39% 0.36% -
XYZ 5.69 4.87 11 -
YUV 63.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 66 57 93 0.29 0.39 0 0.64 255 0.24 0.29
Hex 42 39 5D 1D 27 0 40 FF 18 1D
Octal 102 71 135 35 47 0 100 377 30 35
Binary 1000010 111001 1011101 11101 100111 0 1000000 11111111 11000 11101

Color Harmonies of #42395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42395D

Black with #42395D

Text Example


Text Example

White with #42395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42395D; }

 p { color: rgb(66,57,93); }

 H1.HeaderClassName
 {
   color: #42395D;
 }
 .AnyTagClassName
 {
   color: #42395D;
 }
</style>

background-color css

<style>
 a { background-color: #42395D; }

 a { background-color: rgb(66,57,93); }

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

border-color css

<style>
 span { border-color: #42395D; }

 span { border-color: rgb(66,57,93); }

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