Html Css Color HEX #42385C Jacarta

📋 copy color: '#42385C'

red 66 ◦ green 56 ◦ blue 92

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

Shades of Jacarta #42385C

Tints of Jacarta #42385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.17%

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

R = 30.84%
G = 26.17%
B = 42.99%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42385C (or 0x42385C) is known color: Jacarta. HEX triplet: 42, 38 and 5C. RGB value is (66,56,92). Sum of RGB (Red+Green+Blue) = 66+56+92=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #42385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42385C is #BDC7A3. Grayscale: #3E3E3E. Windows color (decimal): -12437412 or 6043714. OLE color: 6043714.

HSL color Cylindrical-coordinate representation of color #42385C: hue angle of 256.67º 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 #42385C is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 56 92 -
CMYK 0.28 0.39 0 0.64
HSL 256.67º 0.24% 0.29% -
HSV(B) 256.67º 0.39% 0.36% -
XYZ 5.59 4.76 10.75 -
YUV 63.09 144.31 130.07 -
System Red Green Blue C M Y K H S L
Decimal 66 56 92 0.28 0.39 0 0.64 256.67 0.24 0.29
Hex 42 38 5C 1C 27 0 40 101 18 1D
Octal 102 70 134 34 47 0 100 401 30 35
Binary 1000010 111000 1011100 11100 100111 0 1000000 100000001 11000 11101

Color Harmonies of #42385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42385C

Black with #42385C

Text Example


Text Example

White with #42385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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