Html Css Color HEX #3A099C Persian Indigo

📋 copy color: '#3A099C'

red 58 ◦ green 9 ◦ blue 156

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

Shades of Persian Indigo #3A099C

Tints of Persian Indigo #3A099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 69.96%

R = 26.01%
G = 4.04%
B = 69.96%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A099C (or 0x3A099C) is known color: Persian Indigo. HEX triplet: 3A, 09 and 9C. RGB value is (58,9,156). Sum of RGB (Red+Green+Blue) = 58+9+156=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 156 (61.33% from 255 or 69.96% from 223); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A099C is #C5F663. Grayscale: #272727. Windows color (decimal): -12973668 or 10225978. OLE color: 10225978.

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

Color convert

RGB 58 9 156 -
CMYK 0.63 0.94 0 0.39
HSL 260º 0.89% 0.32% -
HSV(B) 260º 0.94% 0.61% -
XYZ 7.84 3.5 31.71 -
YUV 40.41 193.23 140.55 -
System Red Green Blue C M Y K H S L
Decimal 58 9 156 0.63 0.94 0 0.39 260 0.89 0.32
Hex 3A 9 9C 3F 5E 0 27 104 59 20
Octal 72 11 234 77 136 0 47 404 131 40
Binary 111010 1001 10011100 111111 1011110 0 100111 100000100 1011001 100000

Color Harmonies of #3A099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A099C

Black with #3A099C

Text Example


Text Example

White with #3A099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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