Html Css Color HEX #3A0699 Persian Indigo

📋 copy color: '#3A0699'

red 58 ◦ green 6 ◦ blue 153

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

Shades of Persian Indigo #3A0699

Tints of Persian Indigo #3A0699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.76%

 BLUE value IS 153 (60.16% from 255) = 70.51%

R = 26.73%
G = 2.76%
B = 70.51%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3A0699 (or 0x3A0699) is known color: Persian Indigo. HEX triplet: 3A, 06 and 99. RGB value is (58,6,153). Sum of RGB (Red+Green+Blue) = 58+6+153=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #3A0699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0699 is #C5F966. Grayscale: #252525. Windows color (decimal): -12974439 or 10028602. OLE color: 10028602.

HSL color Cylindrical-coordinate representation of color #3A0699: hue angle of 261.22º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A0699 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 58 6 153 -
CMYK 0.62 0.96 0 0.4
HSL 261.22º 0.92% 0.31% -
HSV(B) 261.22º 0.96% 0.6% -
XYZ 7.56 3.33 30.38 -
YUV 38.31 192.73 142.05 -
System Red Green Blue C M Y K H S L
Decimal 58 6 153 0.62 0.96 0 0.4 261.22 0.92 0.31
Hex 3A 6 99 3E 60 0 28 105 5C 1F
Octal 72 6 231 76 140 0 50 405 134 37
Binary 111010 110 10011001 111110 1100000 0 101000 100000101 1011100 11111

Color Harmonies of #3A0699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0699

Black with #3A0699

Text Example


Text Example

White with #3A0699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,6,153); }

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

background-color css

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

 a { background-color: rgb(58,6,153); }

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

border-color css

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

 span { border-color: rgb(58,6,153); }

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