Html Css Color HEX #3A06B4 Indigo

📋 copy color: '#3A06B4'

red 58 ◦ green 6 ◦ blue 180

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

Shades of Indigo #3A06B4

Tints of Indigo #3A06B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 73.77%

R = 23.77%
G = 2.46%
B = 73.77%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3A06B4 (or 0x3A06B4) is known color: Indigo. HEX triplet: 3A, 06 and B4. RGB value is (58,6,180). Sum of RGB (Red+Green+Blue) = 58+6+180=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 180 (70.70% from 255 or 73.77% from 244); Max value from RGB is 180 - color contains mainly: blue. Hex color #3A06B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A06B4 is #C5F94B. Grayscale: #282828. Windows color (decimal): -12974412 or 11798074. OLE color: 11798074.

HSL color Cylindrical-coordinate representation of color #3A06B4: hue angle of 257.93º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A06B4 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 58 6 180 -
CMYK 0.68 0.97 0 0.29
HSL 257.93º 0.94% 0.36% -
HSV(B) 257.93º 0.97% 0.71% -
XYZ 10.05 4.33 43.49 -
YUV 41.38 206.23 139.85 -
System Red Green Blue C M Y K H S L
Decimal 58 6 180 0.68 0.97 0 0.29 257.93 0.94 0.36
Hex 3A 6 B4 44 61 0 1D 102 5E 24
Octal 72 6 264 104 141 0 35 402 136 44
Binary 111010 110 10110100 1000100 1100001 0 11101 100000010 1011110 100100

Color Harmonies of #3A06B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A06B4

Black with #3A06B4

Text Example


Text Example

White with #3A06B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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