Html Css Color HEX #39315A Jacarta

📋 copy color: '#39315A'

red 57 ◦ green 49 ◦ blue 90

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

Shades of Jacarta #39315A

Tints of Jacarta #39315A

RGB

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

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

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

R = 29.08%
G = 25%
B = 45.92%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#39315A (or 0x39315A) is known color: Jacarta. HEX triplet: 39, 31 and 5A. RGB value is (57,49,90). Sum of RGB (Red+Green+Blue) = 57+49+90=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #39315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39315A is #C6CEA5. Grayscale: #373737. Windows color (decimal): -13029030 or 5910841. OLE color: 5910841.

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

Color convert

RGB 57 49 90 -
CMYK 0.37 0.46 0 0.65
HSL 251.71º 0.29% 0.27% -
HSV(B) 251.71º 0.46% 0.35% -
XYZ 4.63 3.8 10.16 -
YUV 56.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 57 49 90 0.37 0.46 0 0.65 251.71 0.29 0.27
Hex 39 31 5A 25 2E 0 41 FC 1D 1B
Octal 71 61 132 45 56 0 101 374 35 33
Binary 111001 110001 1011010 100101 101110 0 1000001 11111100 11101 11011

Color Harmonies of #39315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39315A

Black with #39315A

Text Example


Text Example

White with #39315A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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