Html Css Color HEX #3A2C5D Jacarta

📋 copy color: '#3A2C5D'

red 58 ◦ green 44 ◦ blue 93

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

Shades of Jacarta #3A2C5D

Tints of Jacarta #3A2C5D

RGB

 RED value IS 58 (23.05% from 255) = 29.74%

 GREEN value IS 44 (17.58% from 255) = 22.56%

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

R = 29.74%
G = 22.56%
B = 47.69%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3A2C5D (or 0x3A2C5D) is known color: Jacarta. HEX triplet: 3A, 2C and 5D. RGB value is (58,44,93). Sum of RGB (Red+Green+Blue) = 58+44+93=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A2C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2C5D is #C5D3A2. Grayscale: #353535. Windows color (decimal): -12964771 or 6106170. OLE color: 6106170.

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

Color convert

RGB 58 44 93 -
CMYK 0.38 0.53 0 0.64
HSL 257.14º 0.36% 0.27% -
HSV(B) 257.14º 0.53% 0.36% -
XYZ 4.62 3.49 10.79 -
YUV 53.77 150.14 131.02 -
System Red Green Blue C M Y K H S L
Decimal 58 44 93 0.38 0.53 0 0.64 257.14 0.36 0.27
Hex 3A 2C 5D 26 35 0 40 101 24 1B
Octal 72 54 135 46 65 0 100 401 44 33
Binary 111010 101100 1011101 100110 110101 0 1000000 100000001 100100 11011

Color Harmonies of #3A2C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2C5D

Black with #3A2C5D

Text Example


Text Example

White with #3A2C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,44,93); }

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

background-color css

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

 a { background-color: rgb(58,44,93); }

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

border-color css

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

 span { border-color: rgb(58,44,93); }

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