Html Css Color HEX #3A076D Persian Indigo

📋 copy color: '#3A076D'

red 58 ◦ green 7 ◦ blue 109

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

Shades of Persian Indigo #3A076D

Tints of Persian Indigo #3A076D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.02%

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

R = 33.33%
G = 4.02%
B = 62.64%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A076D (or 0x3A076D) is known color: Persian Indigo. HEX triplet: 3A, 07 and 6D. RGB value is (58,7,109). Sum of RGB (Red+Green+Blue) = 58+7+109=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A076D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A076D is #C5F892. Grayscale: #212121. Windows color (decimal): -12974227 or 7145274. OLE color: 7145274.

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

Color convert

RGB 58 7 109 -
CMYK 0.47 0.94 0 0.57
HSL 270º 0.88% 0.23% -
HSV(B) 270º 0.94% 0.43% -
XYZ 4.58 2.16 14.64 -
YUV 33.88 170.4 145.21 -
System Red Green Blue C M Y K H S L
Decimal 58 7 109 0.47 0.94 0 0.57 270 0.88 0.23
Hex 3A 7 6D 2F 5E 0 39 10E 58 17
Octal 72 7 155 57 136 0 71 416 130 27
Binary 111010 111 1101101 101111 1011110 0 111001 100001110 1011000 10111

Color Harmonies of #3A076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A076D

Black with #3A076D

Text Example


Text Example

White with #3A076D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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