Html Css Color HEX #3F3555 Jacarta

📋 copy color: '#3F3555'

red 63 ◦ green 53 ◦ blue 85

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

Shades of Jacarta #3F3555

Tints of Jacarta #3F3555

RGB

 RED value IS 63 (25% from 255) = 31.34%

 GREEN value IS 53 (21.09% from 255) = 26.37%

 BLUE value IS 85 (33.59% from 255) = 42.29%

R = 31.34%
G = 26.37%
B = 42.29%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3F3555 (or 0x3F3555) is known color: Jacarta. HEX triplet: 3F, 35 and 55. RGB value is (63,53,85). Sum of RGB (Red+Green+Blue) = 63+53+85=201 (26% of max value = 765). Red value is 63 (25% from 255 or 31.34% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F3555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3555 is #C0CAAA. Grayscale: #3B3B3B. Windows color (decimal): -12634795 or 5584191. OLE color: 5584191.

HSL color Cylindrical-coordinate representation of color #3F3555: hue angle of 258.75º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F3555 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 53 85 -
CMYK 0.26 0.38 0 0.67
HSL 258.75º 0.23% 0.27% -
HSV(B) 258.75º 0.38% 0.33% -
XYZ 4.96 4.26 9.15 -
YUV 59.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 63 53 85 0.26 0.38 0 0.67 258.75 0.23 0.27
Hex 3F 35 55 1A 26 0 43 103 17 1B
Octal 77 65 125 32 46 0 103 403 27 33
Binary 111111 110101 1010101 11010 100110 0 1000011 100000011 10111 11011

Color Harmonies of #3F3555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3555

Black with #3F3555

Text Example


Text Example

White with #3F3555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,53,85); }

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

background-color css

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

 a { background-color: rgb(63,53,85); }

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

border-color css

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

 span { border-color: rgb(63,53,85); }

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