Html Css Color HEX #3A097C Persian Indigo

📋 copy color: '#3A097C'

red 58 ◦ green 9 ◦ blue 124

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

Shades of Persian Indigo #3A097C

Tints of Persian Indigo #3A097C

RGB

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

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

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

R = 30.37%
G = 4.71%
B = 64.92%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A097C (or 0x3A097C) is known color: Persian Indigo. HEX triplet: 3A, 09 and 7C. RGB value is (58,9,124). Sum of RGB (Red+Green+Blue) = 58+9+124=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A097C is #C5F683. Grayscale: #242424. Windows color (decimal): -12973700 or 8128826. OLE color: 8128826.

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

Color convert

RGB 58 9 124 -
CMYK 0.53 0.93 0 0.51
HSL 265.57º 0.86% 0.26% -
HSV(B) 265.57º 0.93% 0.49% -
XYZ 5.48 2.55 19.27 -
YUV 36.76 177.23 143.15 -
System Red Green Blue C M Y K H S L
Decimal 58 9 124 0.53 0.93 0 0.51 265.57 0.86 0.26
Hex 3A 9 7C 35 5D 0 33 10A 56 1A
Octal 72 11 174 65 135 0 63 412 126 32
Binary 111010 1001 1111100 110101 1011101 0 110011 100001010 1010110 11010

Color Harmonies of #3A097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A097C

Black with #3A097C

Text Example


Text Example

White with #3A097C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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