Html Css Color HEX #3A046D Persian Indigo

📋 copy color: '#3A046D'

red 58 ◦ green 4 ◦ blue 109

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

Shades of Persian Indigo #3A046D

Tints of Persian Indigo #3A046D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.34%

 BLUE value IS 109 (42.97% from 255) = 63.74%

R = 33.92%
G = 2.34%
B = 63.74%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A046D (or 0x3A046D) is known color: Persian Indigo. HEX triplet: 3A, 04 and 6D. RGB value is (58,4,109). Sum of RGB (Red+Green+Blue) = 58+4+109=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A046D is #C5FB92. Grayscale: #1F1F1F. Windows color (decimal): -12974995 or 7144506. OLE color: 7144506.

HSL color Cylindrical-coordinate representation of color #3A046D: hue angle of 270.86º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A046D is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 4 109 -
CMYK 0.47 0.96 0 0.57
HSL 270.86º 0.93% 0.22% -
HSV(B) 270.86º 0.96% 0.43% -
XYZ 4.55 2.09 14.63 -
YUV 32.12 171.39 146.46 -
System Red Green Blue C M Y K H S L
Decimal 58 4 109 0.47 0.96 0 0.57 270.86 0.93 0.22
Hex 3A 4 6D 2F 60 0 39 10F 5D 16
Octal 72 4 155 57 140 0 71 417 135 26
Binary 111010 100 1101101 101111 1100000 0 111001 100001111 1011101 10110

Color Harmonies of #3A046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A046D

Black with #3A046D

Text Example


Text Example

White with #3A046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,4,109); }

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

background-color css

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

 a { background-color: rgb(58,4,109); }

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

border-color css

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

 span { border-color: rgb(58,4,109); }

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