Html Css Color HEX #3A07B3 Indigo

📋 copy color: '#3A07B3'

red 58 ◦ green 7 ◦ blue 179

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

Shades of Indigo #3A07B3

Tints of Indigo #3A07B3

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.87%

 BLUE value IS 179 (70.31% from 255) = 73.36%

R = 23.77%
G = 2.87%
B = 73.36%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3A07B3 (or 0x3A07B3) is known color: Indigo. HEX triplet: 3A, 07 and B3. RGB value is (58,7,179). Sum of RGB (Red+Green+Blue) = 58+7+179=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 179 (70.31% from 255 or 73.36% from 244); Max value from RGB is 179 - color contains mainly: blue. Hex color #3A07B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A07B3 is #C5F84C. Grayscale: #292929. Windows color (decimal): -12974157 or 11732794. OLE color: 11732794.

HSL color Cylindrical-coordinate representation of color #3A07B3: hue angle of 257.79º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A07B3 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 58 7 179 -
CMYK 0.68 0.96 0 0.30
HSL 257.79º 0.92% 0.36% -
HSV(B) 257.79º 0.96% 0.7% -
XYZ 9.96 4.31 42.95 -
YUV 41.86 205.4 139.51 -
System Red Green Blue C M Y K H S L
Decimal 58 7 179 0.68 0.96 0 0.30 257.79 0.92 0.36
Hex 3A 7 B3 44 60 0 1E 102 5C 24
Octal 72 7 263 104 140 0 36 402 134 44
Binary 111010 111 10110011 1000100 1100000 0 11110 100000010 1011100 100100

Color Harmonies of #3A07B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A07B3

Black with #3A07B3

Text Example


Text Example

White with #3A07B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,7,179); }

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

background-color css

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

 a { background-color: rgb(58,7,179); }

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

border-color css

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

 span { border-color: rgb(58,7,179); }

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