Html Css Color HEX #39315F Jacarta

📋 copy color: '#39315F'

red 57 ◦ green 49 ◦ blue 95

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

Shades of Jacarta #39315F

Tints of Jacarta #39315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.26%

R = 28.36%
G = 24.38%
B = 47.26%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#39315F (or 0x39315F) is known color: Jacarta. HEX triplet: 39, 31 and 5F. RGB value is (57,49,95). Sum of RGB (Red+Green+Blue) = 57+49+95=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #39315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39315F is #C6CEA0. Grayscale: #383838. Windows color (decimal): -13029025 or 6238521. OLE color: 6238521.

HSL color Cylindrical-coordinate representation of color #39315F: hue angle of 250.43º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #39315F is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 49 95 -
CMYK 0.40 0.48 0 0.63
HSL 250.43º 0.32% 0.28% -
HSV(B) 250.43º 0.48% 0.37% -
XYZ 4.85 3.89 11.32 -
YUV 56.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 57 49 95 0.40 0.48 0 0.63 250.43 0.32 0.28
Hex 39 31 5F 28 30 0 3F FA 20 1C
Octal 71 61 137 50 60 0 77 372 40 34
Binary 111001 110001 1011111 101000 110000 0 111111 11111010 100000 11100

Color Harmonies of #39315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39315F

Black with #39315F

Text Example


Text Example

White with #39315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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