Html Css Color HEX #3D325B Jacarta

📋 copy color: '#3D325B'

red 61 ◦ green 50 ◦ blue 91

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

Shades of Jacarta #3D325B

Tints of Jacarta #3D325B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.75%

 BLUE value IS 91 (35.94% from 255) = 45.05%

R = 30.2%
G = 24.75%
B = 45.05%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3D325B (or 0x3D325B) is known color: Jacarta. HEX triplet: 3D, 32 and 5B. RGB value is (61,50,91). Sum of RGB (Red+Green+Blue) = 61+50+91=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D325B is #C2CDA4. Grayscale: #393939. Windows color (decimal): -12766629 or 5976637. OLE color: 5976637.

HSL color Cylindrical-coordinate representation of color #3D325B: hue angle of 256.1º 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 #3D325B is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 61 50 91 -
CMYK 0.33 0.45 0 0.64
HSL 256.1º 0.29% 0.28% -
HSV(B) 256.1º 0.45% 0.36% -
XYZ 4.95 4.03 10.41 -
YUV 57.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 61 50 91 0.33 0.45 0 0.64 256.1 0.29 0.28
Hex 3D 32 5B 21 2D 0 40 100 1D 1C
Octal 75 62 133 41 55 0 100 400 35 34
Binary 111101 110010 1011011 100001 101101 0 1000000 100000000 11101 11100

Color Harmonies of #3D325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D325B

Black with #3D325B

Text Example


Text Example

White with #3D325B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,50,91); }

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

background-color css

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

 a { background-color: rgb(61,50,91); }

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

border-color css

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

 span { border-color: rgb(61,50,91); }

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