Html Css Color HEX #3E305F Jacarta

📋 copy color: '#3E305F'

red 62 ◦ green 48 ◦ blue 95

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

Shades of Jacarta #3E305F

Tints of Jacarta #3E305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 46.34%

R = 30.24%
G = 23.41%
B = 46.34%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3E305F (or 0x3E305F) is known color: Jacarta. HEX triplet: 3E, 30 and 5F. RGB value is (62,48,95). Sum of RGB (Red+Green+Blue) = 62+48+95=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E305F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E305F is #C1CFA0. Grayscale: #393939. Windows color (decimal): -12701601 or 6238270. OLE color: 6238270.

HSL color Cylindrical-coordinate representation of color #3E305F: hue angle of 257.87º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E305F is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 62 48 95 -
CMYK 0.35 0.49 0 0.63
HSL 257.87º 0.33% 0.28% -
HSV(B) 257.87º 0.49% 0.37% -
XYZ 5.11 3.96 11.32 -
YUV 57.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 62 48 95 0.35 0.49 0 0.63 257.87 0.33 0.28
Hex 3E 30 5F 23 31 0 3F 102 21 1C
Octal 76 60 137 43 61 0 77 402 41 34
Binary 111110 110000 1011111 100011 110001 0 111111 100000010 100001 11100

Color Harmonies of #3E305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E305F

Black with #3E305F

Text Example


Text Example

White with #3E305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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