Html Css Color HEX #3A305D Jacarta

📋 copy color: '#3A305D'

red 58 ◦ green 48 ◦ blue 93

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

Shades of Jacarta #3A305D

Tints of Jacarta #3A305D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 46.73%

R = 29.15%
G = 24.12%
B = 46.73%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3A305D (or 0x3A305D) is known color: Jacarta. HEX triplet: 3A, 30 and 5D. RGB value is (58,48,93). Sum of RGB (Red+Green+Blue) = 58+48+93=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A305D is #C5CFA2. Grayscale: #373737. Windows color (decimal): -12963747 or 6107194. OLE color: 6107194.

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

Color convert

RGB 58 48 93 -
CMYK 0.38 0.48 0 0.64
HSL 253.33º 0.32% 0.28% -
HSV(B) 253.33º 0.48% 0.36% -
XYZ 4.78 3.8 10.84 -
YUV 56.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 58 48 93 0.38 0.48 0 0.64 253.33 0.32 0.28
Hex 3A 30 5D 26 30 0 40 FD 20 1C
Octal 72 60 135 46 60 0 100 375 40 34
Binary 111010 110000 1011101 100110 110000 0 1000000 11111101 100000 11100

Color Harmonies of #3A305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A305D

Black with #3A305D

Text Example


Text Example

White with #3A305D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,48,93); }

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

background-color css

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

 a { background-color: rgb(58,48,93); }

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

border-color css

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

 span { border-color: rgb(58,48,93); }

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