Html Css Color HEX #3C2B5C Jacarta

📋 copy color: '#3C2B5C'

red 60 ◦ green 43 ◦ blue 92

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

Shades of Jacarta #3C2B5C

Tints of Jacarta #3C2B5C

RGB

 RED value IS 60 (23.83% from 255) = 30.77%

 GREEN value IS 43 (17.19% from 255) = 22.05%

 BLUE value IS 92 (36.33% from 255) = 47.18%

R = 30.77%
G = 22.05%
B = 47.18%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C2B5C (or 0x3C2B5C) is known color: Jacarta. HEX triplet: 3C, 2B and 5C. RGB value is (60,43,92). Sum of RGB (Red+Green+Blue) = 60+43+92=195 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.77% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #3C2B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2B5C is #C3D4A3. Grayscale: #353535. Windows color (decimal): -12833956 or 6040380. OLE color: 6040380.

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

Color convert

RGB 60 43 92 -
CMYK 0.35 0.53 0 0.64
HSL 260.82º 0.36% 0.26% -
HSV(B) 260.82º 0.53% 0.36% -
XYZ 4.66 3.46 10.55 -
YUV 53.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 60 43 92 0.35 0.53 0 0.64 260.82 0.36 0.26
Hex 3C 2B 5C 23 35 0 40 105 24 1A
Octal 74 53 134 43 65 0 100 405 44 32
Binary 111100 101011 1011100 100011 110101 0 1000000 100000101 100100 11010

Color Harmonies of #3C2B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2B5C

Black with #3C2B5C

Text Example


Text Example

White with #3C2B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,43,92); }

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

background-color css

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

 a { background-color: rgb(60,43,92); }

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

border-color css

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

 span { border-color: rgb(60,43,92); }

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