Html Css Color HEX #3A069E Indigo

📋 copy color: '#3A069E'

red 58 ◦ green 6 ◦ blue 158

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

Shades of Indigo #3A069E

Tints of Indigo #3A069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 71.17%

R = 26.13%
G = 2.7%
B = 71.17%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A069E (or 0x3A069E) is known color: Indigo. HEX triplet: 3A, 06 and 9E. RGB value is (58,6,158). Sum of RGB (Red+Green+Blue) = 58+6+158=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 158 (62.11% from 255 or 71.17% from 222); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A069E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A069E is #C5F961. Grayscale: #262626. Windows color (decimal): -12974434 or 10356282. OLE color: 10356282.

HSL color Cylindrical-coordinate representation of color #3A069E: hue angle of 260.53º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A069E is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 6 158 -
CMYK 0.63 0.96 0 0.38
HSL 260.53º 0.93% 0.32% -
HSV(B) 260.53º 0.96% 0.62% -
XYZ 7.98 3.5 32.6 -
YUV 38.88 195.23 141.64 -
System Red Green Blue C M Y K H S L
Decimal 58 6 158 0.63 0.96 0 0.38 260.53 0.93 0.32
Hex 3A 6 9E 3F 60 0 26 105 5D 20
Octal 72 6 236 77 140 0 46 405 135 40
Binary 111010 110 10011110 111111 1100000 0 100110 100000101 1011101 100000

Color Harmonies of #3A069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A069E

Black with #3A069E

Text Example


Text Example

White with #3A069E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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