Html Css Color HEX #3A0977 Persian Indigo

📋 copy color: '#3A0977'

red 58 ◦ green 9 ◦ blue 119

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

Shades of Persian Indigo #3A0977

Tints of Persian Indigo #3A0977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.84%

 BLUE value IS 119 (46.88% from 255) = 63.98%

R = 31.18%
G = 4.84%
B = 63.98%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A0977 (or 0x3A0977) is known color: Persian Indigo. HEX triplet: 3A, 09 and 77. RGB value is (58,9,119). Sum of RGB (Red+Green+Blue) = 58+9+119=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A0977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0977 is #C5F688. Grayscale: #232323. Windows color (decimal): -12973705 or 7801146. OLE color: 7801146.

HSL color Cylindrical-coordinate representation of color #3A0977: hue angle of 266.73º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A0977 is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 9 119 -
CMYK 0.51 0.92 0 0.53
HSL 266.73º 0.86% 0.25% -
HSV(B) 266.73º 0.92% 0.47% -
XYZ 5.17 2.43 17.65 -
YUV 36.19 174.73 143.56 -
System Red Green Blue C M Y K H S L
Decimal 58 9 119 0.51 0.92 0 0.53 266.73 0.86 0.25
Hex 3A 9 77 33 5C 0 35 10B 56 19
Octal 72 11 167 63 134 0 65 413 126 31
Binary 111010 1001 1110111 110011 1011100 0 110101 100001011 1010110 11001

Color Harmonies of #3A0977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0977

Black with #3A0977

Text Example


Text Example

White with #3A0977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,9,119); }

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

background-color css

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

 a { background-color: rgb(58,9,119); }

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

border-color css

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

 span { border-color: rgb(58,9,119); }

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