Html Css Color HEX #42375A Jacarta

📋 copy color: '#42375A'

red 66 ◦ green 55 ◦ blue 90

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

Shades of Jacarta #42375A

Tints of Jacarta #42375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.65%

R = 31.28%
G = 26.07%
B = 42.65%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42375A (or 0x42375A) is known color: Jacarta. HEX triplet: 42, 37 and 5A. RGB value is (66,55,90). Sum of RGB (Red+Green+Blue) = 66+55+90=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #42375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42375A is #BDC8A5. Grayscale: #3E3E3E. Windows color (decimal): -12437670 or 5912386. OLE color: 5912386.

HSL color Cylindrical-coordinate representation of color #42375A: hue angle of 258.86º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42375A is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 55 90 -
CMYK 0.27 0.39 0 0.65
HSL 258.86º 0.24% 0.28% -
HSV(B) 258.86º 0.39% 0.35% -
XYZ 5.46 4.63 10.28 -
YUV 62.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 66 55 90 0.27 0.39 0 0.65 258.86 0.24 0.28
Hex 42 37 5A 1B 27 0 41 103 18 1C
Octal 102 67 132 33 47 0 101 403 30 34
Binary 1000010 110111 1011010 11011 100111 0 1000001 100000011 11000 11100

Color Harmonies of #42375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42375A

Black with #42375A

Text Example


Text Example

White with #42375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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