Html Css Color HEX #3A207C Persian Indigo

📋 copy color: '#3A207C'

red 58 ◦ green 32 ◦ blue 124

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

Shades of Persian Indigo #3A207C

Tints of Persian Indigo #3A207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 57.94%

R = 27.1%
G = 14.95%
B = 57.94%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A207C (or 0x3A207C) is known color: Persian Indigo. HEX triplet: 3A, 20 and 7C. RGB value is (58,32,124). Sum of RGB (Red+Green+Blue) = 58+32+124=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A207C is #C5DF83. Grayscale: #313131. Windows color (decimal): -12967812 or 8134714. OLE color: 8134714.

HSL color Cylindrical-coordinate representation of color #3A207C: hue angle of 256.96º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A207C is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 32 124 -
CMYK 0.53 0.74 0 0.51
HSL 256.96º 0.59% 0.31% -
HSV(B) 256.96º 0.74% 0.49% -
XYZ 5.9 3.39 19.41 -
YUV 50.26 169.61 133.52 -
System Red Green Blue C M Y K H S L
Decimal 58 32 124 0.53 0.74 0 0.51 256.96 0.59 0.31
Hex 3A 20 7C 35 4A 0 33 101 3B 1F
Octal 72 40 174 65 112 0 63 401 73 37
Binary 111010 100000 1111100 110101 1001010 0 110011 100000001 111011 11111

Color Harmonies of #3A207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A207C

Black with #3A207C

Text Example


Text Example

White with #3A207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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