Html Css Color HEX #3E305C Jacarta

📋 copy color: '#3E305C'

red 62 ◦ green 48 ◦ blue 92

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

Shades of Jacarta #3E305C

Tints of Jacarta #3E305C

RGB

 RED value IS 62 (24.61% from 255) = 30.69%

 GREEN value IS 48 (19.14% from 255) = 23.76%

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

R = 30.69%
G = 23.76%
B = 45.54%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3E305C (or 0x3E305C) is known color: Jacarta. HEX triplet: 3E, 30 and 5C. RGB value is (62,48,92). Sum of RGB (Red+Green+Blue) = 62+48+92=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #3E305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E305C is #C1CFA3. Grayscale: #393939. Windows color (decimal): -12701604 or 6041662. OLE color: 6041662.

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

Color convert

RGB 62 48 92 -
CMYK 0.33 0.48 0 0.64
HSL 259.09º 0.31% 0.27% -
HSV(B) 259.09º 0.48% 0.36% -
XYZ 4.98 3.91 10.62 -
YUV 57.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 62 48 92 0.33 0.48 0 0.64 259.09 0.31 0.27
Hex 3E 30 5C 21 30 0 40 103 1F 1B
Octal 76 60 134 41 60 0 100 403 37 33
Binary 111110 110000 1011100 100001 110000 0 1000000 100000011 11111 11011

Color Harmonies of #3E305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E305C

Black with #3E305C

Text Example


Text Example

White with #3E305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,48,92); }

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

background-color css

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

 a { background-color: rgb(62,48,92); }

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

border-color css

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

 span { border-color: rgb(62,48,92); }

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