Html Css Color HEX #3A097F Persian Indigo

📋 copy color: '#3A097F'

red 58 ◦ green 9 ◦ blue 127

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

Shades of Persian Indigo #3A097F

Tints of Persian Indigo #3A097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 65.46%

R = 29.9%
G = 4.64%
B = 65.46%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3A097F (or 0x3A097F) is known color: Persian Indigo. HEX triplet: 3A, 09 and 7F. RGB value is (58,9,127). Sum of RGB (Red+Green+Blue) = 58+9+127=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 127 (50% from 255 or 65.46% from 194); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A097F is #C5F680. Grayscale: #242424. Windows color (decimal): -12973697 or 8325434. OLE color: 8325434.

HSL color Cylindrical-coordinate representation of color #3A097F: hue angle of 264.92º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A097F is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 58 9 127 -
CMYK 0.54 0.93 0 0.50
HSL 264.92º 0.87% 0.27% -
HSV(B) 264.92º 0.93% 0.5% -
XYZ 5.67 2.63 20.29 -
YUV 37.1 178.73 142.91 -
System Red Green Blue C M Y K H S L
Decimal 58 9 127 0.54 0.93 0 0.50 264.92 0.87 0.27
Hex 3A 9 7F 36 5D 0 32 109 57 1B
Octal 72 11 177 66 135 0 62 411 127 33
Binary 111010 1001 1111111 110110 1011101 0 110010 100001001 1010111 11011

Color Harmonies of #3A097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A097F

Black with #3A097F

Text Example


Text Example

White with #3A097F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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