Html Css Color HEX #3A2E5A Jacarta

📋 copy color: '#3A2E5A'

red 58 ◦ green 46 ◦ blue 90

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

Shades of Jacarta #3A2E5A

Tints of Jacarta #3A2E5A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.71%

 BLUE value IS 90 (35.55% from 255) = 46.39%

R = 29.9%
G = 23.71%
B = 46.39%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A2E5A (or 0x3A2E5A) is known color: Jacarta. HEX triplet: 3A, 2E and 5A. RGB value is (58,46,90). Sum of RGB (Red+Green+Blue) = 58+46+90=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A2E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2E5A is #C5D1A5. Grayscale: #363636. Windows color (decimal): -12964262 or 5910074. OLE color: 5910074.

HSL color Cylindrical-coordinate representation of color #3A2E5A: hue angle of 256.36º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A2E5A is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 46 90 -
CMYK 0.36 0.49 0 0.65
HSL 256.36º 0.32% 0.27% -
HSV(B) 256.36º 0.49% 0.35% -
XYZ 4.57 3.59 10.13 -
YUV 54.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 58 46 90 0.36 0.49 0 0.65 256.36 0.32 0.27
Hex 3A 2E 5A 24 31 0 41 100 20 1B
Octal 72 56 132 44 61 0 101 400 40 33
Binary 111010 101110 1011010 100100 110001 0 1000001 100000000 100000 11011

Color Harmonies of #3A2E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2E5A

Black with #3A2E5A

Text Example


Text Example

White with #3A2E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,46,90); }

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

background-color css

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

 a { background-color: rgb(58,46,90); }

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

border-color css

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

 span { border-color: rgb(58,46,90); }

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