Html Css Color HEX #42395C Jacarta

📋 copy color: '#42395C'

red 66 ◦ green 57 ◦ blue 92

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

Shades of Jacarta #42395C

Tints of Jacarta #42395C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.79%

R = 30.7%
G = 26.51%
B = 42.79%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42395C (or 0x42395C) is known color: Jacarta. HEX triplet: 42, 39 and 5C. RGB value is (66,57,92). Sum of RGB (Red+Green+Blue) = 66+57+92=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #42395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42395C is #BDC6A3. Grayscale: #3F3F3F. Windows color (decimal): -12437156 or 6043970. OLE color: 6043970.

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

Color convert

RGB 66 57 92 -
CMYK 0.28 0.38 0 0.64
HSL 255.43º 0.23% 0.29% -
HSV(B) 255.43º 0.38% 0.36% -
XYZ 5.64 4.86 10.77 -
YUV 63.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 66 57 92 0.28 0.38 0 0.64 255.43 0.23 0.29
Hex 42 39 5C 1C 26 0 40 FF 17 1D
Octal 102 71 134 34 46 0 100 377 27 35
Binary 1000010 111001 1011100 11100 100110 0 1000000 11111111 10111 11101

Color Harmonies of #42395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42395C

Black with #42395C

Text Example


Text Example

White with #42395C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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