Html Css Color HEX #39315D Jacarta

📋 copy color: '#39315D'

red 57 ◦ green 49 ◦ blue 93

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

Shades of Jacarta #39315D

Tints of Jacarta #39315D

RGB

 RED value IS 57 (22.66% from 255) = 28.64%

 GREEN value IS 49 (19.53% from 255) = 24.62%

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

R = 28.64%
G = 24.62%
B = 46.73%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#39315D (or 0x39315D) is known color: Jacarta. HEX triplet: 39, 31 and 5D. RGB value is (57,49,93). Sum of RGB (Red+Green+Blue) = 57+49+93=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #39315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39315D is #C6CEA2. Grayscale: #383838. Windows color (decimal): -13029027 or 6107449. OLE color: 6107449.

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

Color convert

RGB 57 49 93 -
CMYK 0.39 0.47 0 0.64
HSL 250.91º 0.31% 0.28% -
HSV(B) 250.91º 0.47% 0.36% -
XYZ 4.76 3.86 10.85 -
YUV 56.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 57 49 93 0.39 0.47 0 0.64 250.91 0.31 0.28
Hex 39 31 5D 27 2F 0 40 FB 1F 1C
Octal 71 61 135 47 57 0 100 373 37 34
Binary 111001 110001 1011101 100111 101111 0 1000000 11111011 11111 11100

Color Harmonies of #39315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39315D

Black with #39315D

Text Example


Text Example

White with #39315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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