Html Css Color HEX #39335D Jacarta

📋 copy color: '#39335D'

red 57 ◦ green 51 ◦ blue 93

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

Shades of Jacarta #39335D

Tints of Jacarta #39335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

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

R = 28.36%
G = 25.37%
B = 46.27%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#39335D (or 0x39335D) is known color: Jacarta. HEX triplet: 39, 33 and 5D. RGB value is (57,51,93). Sum of RGB (Red+Green+Blue) = 57+51+93=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #39335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39335D is #C6CCA2. Grayscale: #393939. Windows color (decimal): -13028515 or 6107961. OLE color: 6107961.

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

Color convert

RGB 57 51 93 -
CMYK 0.39 0.45 0 0.64
HSL 248.57º 0.29% 0.28% -
HSV(B) 248.57º 0.45% 0.36% -
XYZ 4.85 4.03 10.88 -
YUV 57.58 147.99 127.58 -
System Red Green Blue C M Y K H S L
Decimal 57 51 93 0.39 0.45 0 0.64 248.57 0.29 0.28
Hex 39 33 5D 27 2D 0 40 F9 1D 1C
Octal 71 63 135 47 55 0 100 371 35 34
Binary 111001 110011 1011101 100111 101101 0 1000000 11111001 11101 11100

Color Harmonies of #39335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39335D

Black with #39335D

Text Example


Text Example

White with #39335D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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