Html Css Color HEX #3D395A Jacarta

📋 copy color: '#3D395A'

red 61 ◦ green 57 ◦ blue 90

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

Shades of Jacarta #3D395A

Tints of Jacarta #3D395A

RGB

 RED value IS 61 (24.22% from 255) = 29.33%

 GREEN value IS 57 (22.66% from 255) = 27.4%

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

R = 29.33%
G = 27.4%
B = 43.27%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3D395A (or 0x3D395A) is known color: Jacarta. HEX triplet: 3D, 39 and 5A. RGB value is (61,57,90). Sum of RGB (Red+Green+Blue) = 61+57+90=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #3D395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D395A is #C2C6A5. Grayscale: #3D3D3D. Windows color (decimal): -12764838 or 5912893. OLE color: 5912893.

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

Color convert

RGB 61 57 90 -
CMYK 0.32 0.37 0 0.65
HSL 247.27º 0.22% 0.29% -
HSV(B) 247.27º 0.37% 0.35% -
XYZ 5.23 4.66 10.3 -
YUV 61.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 61 57 90 0.32 0.37 0 0.65 247.27 0.22 0.29
Hex 3D 39 5A 20 25 0 41 F7 16 1D
Octal 75 71 132 40 45 0 101 367 26 35
Binary 111101 111001 1011010 100000 100101 0 1000001 11110111 10110 11101

Color Harmonies of #3D395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D395A

Black with #3D395A

Text Example


Text Example

White with #3D395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D395A; }

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

 H1.HeaderClassName
 {
   color: #3D395A;
 }
 .AnyTagClassName
 {
   color: #3D395A;
 }
</style>

background-color css

<style>
 a { background-color: #3D395A; }

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

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

border-color css

<style>
 span { border-color: #3D395A; }

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

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