Html Css Color HEX #3A099A Persian Indigo

📋 copy color: '#3A099A'

red 58 ◦ green 9 ◦ blue 154

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

Shades of Persian Indigo #3A099A

Tints of Persian Indigo #3A099A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 69.68%

R = 26.24%
G = 4.07%
B = 69.68%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3A099A (or 0x3A099A) is known color: Persian Indigo. HEX triplet: 3A, 09 and 9A. RGB value is (58,9,154). Sum of RGB (Red+Green+Blue) = 58+9+154=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 154 (60.55% from 255 or 69.68% from 221); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A099A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A099A is #C5F665. Grayscale: #272727. Windows color (decimal): -12973670 or 10094906. OLE color: 10094906.

HSL color Cylindrical-coordinate representation of color #3A099A: hue angle of 260.28º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A099A is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 58 9 154 -
CMYK 0.62 0.94 0 0.40
HSL 260.28º 0.89% 0.32% -
HSV(B) 260.28º 0.94% 0.6% -
XYZ 7.68 3.43 30.83 -
YUV 40.18 192.23 140.71 -
System Red Green Blue C M Y K H S L
Decimal 58 9 154 0.62 0.94 0 0.40 260.28 0.89 0.32
Hex 3A 9 9A 3E 5E 0 28 104 59 20
Octal 72 11 232 76 136 0 50 404 131 40
Binary 111010 1001 10011010 111110 1011110 0 101000 100000100 1011001 100000

Color Harmonies of #3A099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A099A

Black with #3A099A

Text Example


Text Example

White with #3A099A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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