Html Css Color HEX #3A156F Persian Indigo

📋 copy color: '#3A156F'

red 58 ◦ green 21 ◦ blue 111

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

Shades of Persian Indigo #3A156F

Tints of Persian Indigo #3A156F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.05%

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

R = 30.53%
G = 11.05%
B = 58.42%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A156F (or 0x3A156F) is known color: Persian Indigo. HEX triplet: 3A, 15 and 6F. RGB value is (58,21,111). Sum of RGB (Red+Green+Blue) = 58+21+111=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A156F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A156F is #C5EA90. Grayscale: #2A2A2A. Windows color (decimal): -12970641 or 7279930. OLE color: 7279930.

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

Color convert

RGB 58 21 111 -
CMYK 0.48 0.81 0 0.56
HSL 264.67º 0.68% 0.26% -
HSV(B) 264.67º 0.81% 0.44% -
XYZ 4.88 2.58 15.28 -
YUV 42.32 166.76 139.18 -
System Red Green Blue C M Y K H S L
Decimal 58 21 111 0.48 0.81 0 0.56 264.67 0.68 0.26
Hex 3A 15 6F 30 51 0 38 109 44 1A
Octal 72 25 157 60 121 0 70 411 104 32
Binary 111010 10101 1101111 110000 1010001 0 111000 100001001 1000100 11010

Color Harmonies of #3A156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A156F

Black with #3A156F

Text Example


Text Example

White with #3A156F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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