Html Css Color HEX #3A096C Persian Indigo

📋 copy color: '#3A096C'

red 58 ◦ green 9 ◦ blue 108

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

Shades of Persian Indigo #3A096C

Tints of Persian Indigo #3A096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 61.71%

R = 33.14%
G = 5.14%
B = 61.71%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3A096C (or 0x3A096C) is known color: Persian Indigo. HEX triplet: 3A, 09 and 6C. RGB value is (58,9,108). Sum of RGB (Red+Green+Blue) = 58+9+108=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A096C is #C5F693. Grayscale: #222222. Windows color (decimal): -12973716 or 7080250. OLE color: 7080250.

HSL color Cylindrical-coordinate representation of color #3A096C: hue angle of 269.7º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A096C is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 9 108 -
CMYK 0.46 0.92 0 0.58
HSL 269.7º 0.85% 0.23% -
HSV(B) 269.7º 0.92% 0.42% -
XYZ 4.55 2.18 14.37 -
YUV 34.94 169.23 144.45 -
System Red Green Blue C M Y K H S L
Decimal 58 9 108 0.46 0.92 0 0.58 269.7 0.85 0.23
Hex 3A 9 6C 2E 5C 0 3A 10E 55 17
Octal 72 11 154 56 134 0 72 416 125 27
Binary 111010 1001 1101100 101110 1011100 0 111010 100001110 1010101 10111

Color Harmonies of #3A096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A096C

Black with #3A096C

Text Example


Text Example

White with #3A096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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