Html Css Color HEX #3A056D Persian Indigo

📋 copy color: '#3A056D'

red 58 ◦ green 5 ◦ blue 109

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

Shades of Persian Indigo #3A056D

Tints of Persian Indigo #3A056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

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

R = 33.72%
G = 2.91%
B = 63.37%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A056D (or 0x3A056D) is known color: Persian Indigo. HEX triplet: 3A, 05 and 6D. RGB value is (58,5,109). Sum of RGB (Red+Green+Blue) = 58+5+109=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A056D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A056D is #C5FA92. Grayscale: #202020. Windows color (decimal): -12974739 or 7144762. OLE color: 7144762.

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

Color convert

RGB 58 5 109 -
CMYK 0.47 0.95 0 0.57
HSL 270.58º 0.91% 0.22% -
HSV(B) 270.58º 0.95% 0.43% -
XYZ 4.56 2.11 14.64 -
YUV 32.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 58 5 109 0.47 0.95 0 0.57 270.58 0.91 0.22
Hex 3A 5 6D 2F 5F 0 39 10F 5B 16
Octal 72 5 155 57 137 0 71 417 133 26
Binary 111010 101 1101101 101111 1011111 0 111001 100001111 1011011 10110

Color Harmonies of #3A056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A056D

Black with #3A056D

Text Example


Text Example

White with #3A056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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