Html Css Color HEX #3801AC Indigo

📋 copy color: '#3801AC'

red 56 ◦ green 1 ◦ blue 172

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

Shades of Indigo #3801AC

Tints of Indigo #3801AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 75.11%

R = 24.45%
G = 0.44%
B = 75.11%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3801AC (or 0x3801AC) is known color: Indigo. HEX triplet: 38, 01 and AC. RGB value is (56,1,172). Sum of RGB (Red+Green+Blue) = 56+1+172=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 172 (67.58% from 255 or 75.11% from 229); Max value from RGB is 172 - color contains mainly: blue. Hex color #3801AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3801AC is #C7FE53. Grayscale: #242424. Windows color (decimal): -13106772 or 11272504. OLE color: 11272504.

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

Color convert

RGB 56 1 172 -
CMYK 0.67 0.99 0 0.33
HSL 259.3º 0.99% 0.34% -
HSV(B) 259.3º 0.99% 0.67% -
XYZ 9.09 3.84 39.29 -
YUV 36.94 204.22 141.6 -
System Red Green Blue C M Y K H S L
Decimal 56 1 172 0.67 0.99 0 0.33 259.3 0.99 0.34
Hex 38 1 AC 43 63 0 21 103 63 22
Octal 70 1 254 103 143 0 41 403 143 42
Binary 111000 1 10101100 1000011 1100011 0 100001 100000011 1100011 100010

Color Harmonies of #3801AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3801AC

Black with #3801AC

Text Example


Text Example

White with #3801AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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