Html Css Color HEX #3A0F71 Persian Indigo

📋 copy color: '#3A0F71'

red 58 ◦ green 15 ◦ blue 113

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

Shades of Persian Indigo #3A0F71

Tints of Persian Indigo #3A0F71

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.06%

 BLUE value IS 113 (44.53% from 255) = 60.75%

R = 31.18%
G = 8.06%
B = 60.75%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A0F71 (or 0x3A0F71) is known color: Persian Indigo. HEX triplet: 3A, 0F and 71. RGB value is (58,15,113). Sum of RGB (Red+Green+Blue) = 58+15+113=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A0F71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0F71 is #C5F08E. Grayscale: #262626. Windows color (decimal): -12972175 or 7409466. OLE color: 7409466.

HSL color Cylindrical-coordinate representation of color #3A0F71: hue angle of 266.33º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A0F71 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 15 113 -
CMYK 0.49 0.87 0 0.56
HSL 266.33º 0.77% 0.25% -
HSV(B) 266.33º 0.87% 0.44% -
XYZ 4.9 2.43 15.83 -
YUV 39.03 169.75 141.53 -
System Red Green Blue C M Y K H S L
Decimal 58 15 113 0.49 0.87 0 0.56 266.33 0.77 0.25
Hex 3A F 71 31 57 0 38 10A 4D 19
Octal 72 17 161 61 127 0 70 412 115 31
Binary 111010 1111 1110001 110001 1010111 0 111000 100001010 1001101 11001

Color Harmonies of #3A0F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0F71

Black with #3A0F71

Text Example


Text Example

White with #3A0F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,15,113); }

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

background-color css

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

 a { background-color: rgb(58,15,113); }

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

border-color css

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

 span { border-color: rgb(58,15,113); }

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