Html Css Color HEX #3A207A Persian Indigo

📋 copy color: '#3A207A'

red 58 ◦ green 32 ◦ blue 122

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

Shades of Persian Indigo #3A207A

Tints of Persian Indigo #3A207A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.09%

 BLUE value IS 122 (48.05% from 255) = 57.55%

R = 27.36%
G = 15.09%
B = 57.55%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A207A (or 0x3A207A) is known color: Persian Indigo. HEX triplet: 3A, 20 and 7A. RGB value is (58,32,122). Sum of RGB (Red+Green+Blue) = 58+32+122=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A207A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A207A is #C5DF85. Grayscale: #313131. Windows color (decimal): -12967814 or 8003642. OLE color: 8003642.

HSL color Cylindrical-coordinate representation of color #3A207A: hue angle of 257.33º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A207A is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 58 32 122 -
CMYK 0.52 0.74 0 0.52
HSL 257.33º 0.58% 0.3% -
HSV(B) 257.33º 0.74% 0.48% -
XYZ 5.77 3.34 18.75 -
YUV 50.03 168.61 133.68 -
System Red Green Blue C M Y K H S L
Decimal 58 32 122 0.52 0.74 0 0.52 257.33 0.58 0.3
Hex 3A 20 7A 34 4A 0 34 101 3A 1E
Octal 72 40 172 64 112 0 64 401 72 36
Binary 111010 100000 1111010 110100 1001010 0 110100 100000001 111010 11110

Color Harmonies of #3A207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A207A

Black with #3A207A

Text Example


Text Example

White with #3A207A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,32,122); }

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

background-color css

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

 a { background-color: rgb(58,32,122); }

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

border-color css

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

 span { border-color: rgb(58,32,122); }

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