Html Css Color HEX #3A01B7 Indigo

📋 copy color: '#3A01B7'

red 58 ◦ green 1 ◦ blue 183

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

Shades of Indigo #3A01B7

Tints of Indigo #3A01B7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 183 (71.88% from 255) = 75.62%

R = 23.97%
G = 0.41%
B = 75.62%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3A01B7 (or 0x3A01B7) is known color: Indigo. HEX triplet: 3A, 01 and B7. RGB value is (58,1,183). Sum of RGB (Red+Green+Blue) = 58+1+183=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 183 (71.88% from 255 or 75.62% from 242); Max value from RGB is 183 - color contains mainly: blue. Hex color #3A01B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A01B7 is #C5FE48. Grayscale: #262626. Windows color (decimal): -12975689 or 11993402. OLE color: 11993402.

HSL color Cylindrical-coordinate representation of color #3A01B7: hue angle of 258.79º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A01B7 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 58 1 183 -
CMYK 0.68 0.99 0 0.28
HSL 258.79º 0.99% 0.36% -
HSV(B) 258.79º 0.99% 0.72% -
XYZ 10.3 4.34 45.09 -
YUV 38.79 209.38 141.7 -
System Red Green Blue C M Y K H S L
Decimal 58 1 183 0.68 0.99 0 0.28 258.79 0.99 0.36
Hex 3A 1 B7 44 63 0 1C 103 63 24
Octal 72 1 267 104 143 0 34 403 143 44
Binary 111010 1 10110111 1000100 1100011 0 11100 100000011 1100011 100100

Color Harmonies of #3A01B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A01B7

Black with #3A01B7

Text Example


Text Example

White with #3A01B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,1,183); }

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

background-color css

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

 a { background-color: rgb(58,1,183); }

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

border-color css

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

 span { border-color: rgb(58,1,183); }

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