Html Css Color HEX #3801AD Indigo

📋 copy color: '#3801AD'

red 56 ◦ green 1 ◦ blue 173

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

Shades of Indigo #3801AD

Tints of Indigo #3801AD

RGB

 RED value IS 56 (22.27% from 255) = 24.35%

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

 BLUE value IS 173 (67.97% from 255) = 75.22%

R = 24.35%
G = 0.43%
B = 75.22%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3801AD (or 0x3801AD) is known color: Indigo. HEX triplet: 38, 01 and AD. RGB value is (56,1,173). Sum of RGB (Red+Green+Blue) = 56+1+173=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 173 (67.97% from 255 or 75.22% from 230); Max value from RGB is 173 - color contains mainly: blue. Hex color #3801AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3801AD is #C7FE52. Grayscale: #242424. Windows color (decimal): -13106771 or 11338040. OLE color: 11338040.

HSL color Cylindrical-coordinate representation of color #3801AD: hue angle of 259.19º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3801AD is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 1 173 -
CMYK 0.68 0.99 0 0.32
HSL 259.19º 0.99% 0.34% -
HSV(B) 259.19º 0.99% 0.68% -
XYZ 9.18 3.88 39.8 -
YUV 37.05 204.72 141.51 -
System Red Green Blue C M Y K H S L
Decimal 56 1 173 0.68 0.99 0 0.32 259.19 0.99 0.34
Hex 38 1 AD 44 63 0 20 103 63 22
Octal 70 1 255 104 143 0 40 403 143 42
Binary 111000 1 10101101 1000100 1100011 0 100000 100000011 1100011 100010

Color Harmonies of #3801AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3801AD

Black with #3801AD

Text Example


Text Example

White with #3801AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3801AD; }

 p { color: rgb(56,1,173); }

 H1.HeaderClassName
 {
   color: #3801AD;
 }
 .AnyTagClassName
 {
   color: #3801AD;
 }
</style>

background-color css

<style>
 a { background-color: #3801AD; }

 a { background-color: rgb(56,1,173); }

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

border-color css

<style>
 span { border-color: #3801AD; }

 span { border-color: rgb(56,1,173); }

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