Html Css Color HEX #3A056F Persian Indigo

📋 copy color: '#3A056F'

red 58 ◦ green 5 ◦ blue 111

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

Shades of Persian Indigo #3A056F

Tints of Persian Indigo #3A056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 63.79%

R = 33.33%
G = 2.87%
B = 63.79%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A056F (or 0x3A056F) is known color: Persian Indigo. HEX triplet: 3A, 05 and 6F. RGB value is (58,5,111). Sum of RGB (Red+Green+Blue) = 58+5+111=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 111 (43.75% from 255 or 63.79% from 174); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A056F is #C5FA90. Grayscale: #202020. Windows color (decimal): -12974737 or 7275834. OLE color: 7275834.

HSL color Cylindrical-coordinate representation of color #3A056F: hue angle of 270º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A056F is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 5 111 -
CMYK 0.48 0.95 0 0.56
HSL 270º 0.91% 0.23% -
HSV(B) 270º 0.95% 0.44% -
XYZ 4.67 2.16 15.21 -
YUV 32.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 58 5 111 0.48 0.95 0 0.56 270 0.91 0.23
Hex 3A 5 6F 30 5F 0 38 10E 5B 17
Octal 72 5 157 60 137 0 70 416 133 27
Binary 111010 101 1101111 110000 1011111 0 111000 100001110 1011011 10111

Color Harmonies of #3A056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A056F

Black with #3A056F

Text Example


Text Example

White with #3A056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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