Html Css Color HEX #3D335B Jacarta

📋 copy color: '#3D335B'

red 61 ◦ green 51 ◦ blue 91

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

Shades of Jacarta #3D335B

Tints of Jacarta #3D335B

RGB

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

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

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

R = 30.05%
G = 25.12%
B = 44.83%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3D335B (or 0x3D335B) is known color: Jacarta. HEX triplet: 3D, 33 and 5B. RGB value is (61,51,91). Sum of RGB (Red+Green+Blue) = 61+51+91=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D335B is #C2CCA4. Grayscale: #3A3A3A. Windows color (decimal): -12766373 or 5976893. OLE color: 5976893.

HSL color Cylindrical-coordinate representation of color #3D335B: hue angle of 255º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D335B is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 61 51 91 -
CMYK 0.33 0.44 0 0.64
HSL 255º 0.28% 0.28% -
HSV(B) 255º 0.44% 0.36% -
XYZ 5 4.12 10.43 -
YUV 58.55 146.31 129.75 -
System Red Green Blue C M Y K H S L
Decimal 61 51 91 0.33 0.44 0 0.64 255 0.28 0.28
Hex 3D 33 5B 21 2C 0 40 FF 1C 1C
Octal 75 63 133 41 54 0 100 377 34 34
Binary 111101 110011 1011011 100001 101100 0 1000000 11111111 11100 11100

Color Harmonies of #3D335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D335B

Black with #3D335B

Text Example


Text Example

White with #3D335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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