Html Css Color HEX #3A3161 Jacarta

📋 copy color: '#3A3161'

red 58 ◦ green 49 ◦ blue 97

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

Shades of Jacarta #3A3161

Tints of Jacarta #3A3161

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.02%

 BLUE value IS 97 (38.28% from 255) = 47.55%

R = 28.43%
G = 24.02%
B = 47.55%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3A3161 (or 0x3A3161) is known color: Jacarta. HEX triplet: 3A, 31 and 61. RGB value is (58,49,97). Sum of RGB (Red+Green+Blue) = 58+49+97=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #3A3161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3161 is #C5CE9E. Grayscale: #383838. Windows color (decimal): -12963487 or 6369594. OLE color: 6369594.

HSL color Cylindrical-coordinate representation of color #3A3161: hue angle of 251.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A3161 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 49 97 -
CMYK 0.40 0.49 0 0.62
HSL 251.25º 0.33% 0.29% -
HSV(B) 251.25º 0.49% 0.38% -
XYZ 5 3.96 11.81 -
YUV 57.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 58 49 97 0.40 0.49 0 0.62 251.25 0.33 0.29
Hex 3A 31 61 28 31 0 3E FB 21 1D
Octal 72 61 141 50 61 0 76 373 41 35
Binary 111010 110001 1100001 101000 110001 0 111110 11111011 100001 11101

Color Harmonies of #3A3161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3161

Black with #3A3161

Text Example


Text Example

White with #3A3161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,49,97); }

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

background-color css

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

 a { background-color: rgb(58,49,97); }

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

border-color css

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

 span { border-color: rgb(58,49,97); }

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