Html Css Color HEX #3A0A71 Persian Indigo

📋 copy color: '#3A0A71'

red 58 ◦ green 10 ◦ blue 113

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

Shades of Persian Indigo #3A0A71

Tints of Persian Indigo #3A0A71

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.52%

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

R = 32.04%
G = 5.52%
B = 62.43%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A0A71 (or 0x3A0A71) is known color: Persian Indigo. HEX triplet: 3A, 0A and 71. RGB value is (58,10,113). Sum of RGB (Red+Green+Blue) = 58+10+113=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A0A71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0A71 is #C5F58E. Grayscale: #232323. Windows color (decimal): -12973455 or 7408186. OLE color: 7408186.

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

Color convert

RGB 58 10 113 -
CMYK 0.49 0.91 0 0.56
HSL 267.96º 0.84% 0.24% -
HSV(B) 267.96º 0.91% 0.44% -
XYZ 4.83 2.31 15.81 -
YUV 36.09 171.4 143.62 -
System Red Green Blue C M Y K H S L
Decimal 58 10 113 0.49 0.91 0 0.56 267.96 0.84 0.24
Hex 3A A 71 31 5B 0 38 10C 54 18
Octal 72 12 161 61 133 0 70 414 124 30
Binary 111010 1010 1110001 110001 1011011 0 111000 100001100 1010100 11000

Color Harmonies of #3A0A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0A71

Black with #3A0A71

Text Example


Text Example

White with #3A0A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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