Html Css Color HEX #3A069F Indigo

📋 copy color: '#3A069F'

red 58 ◦ green 6 ◦ blue 159

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

Shades of Indigo #3A069F

Tints of Indigo #3A069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 71.3%

R = 26.01%
G = 2.69%
B = 71.3%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A069F (or 0x3A069F) is known color: Indigo. HEX triplet: 3A, 06 and 9F. RGB value is (58,6,159). Sum of RGB (Red+Green+Blue) = 58+6+159=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 159 (62.5% from 255 or 71.30% from 223); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A069F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A069F is #C5F960. Grayscale: #262626. Windows color (decimal): -12974433 or 10421818. OLE color: 10421818.

HSL color Cylindrical-coordinate representation of color #3A069F: hue angle of 260.39º 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 #3A069F is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 6 159 -
CMYK 0.64 0.96 0 0.38
HSL 260.39º 0.93% 0.32% -
HSV(B) 260.39º 0.96% 0.62% -
XYZ 8.07 3.53 33.06 -
YUV 38.99 195.73 141.56 -
System Red Green Blue C M Y K H S L
Decimal 58 6 159 0.64 0.96 0 0.38 260.39 0.93 0.32
Hex 3A 6 9F 40 60 0 26 104 5D 20
Octal 72 6 237 100 140 0 46 404 135 40
Binary 111010 110 10011111 1000000 1100000 0 100110 100000100 1011101 100000

Color Harmonies of #3A069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A069F

Black with #3A069F

Text Example


Text Example

White with #3A069F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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