Html Css Color HEX #3800AB Indigo

📋 copy color: '#3800AB'

red 56 ◦ green 0 ◦ blue 171

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

Shades of Indigo #3800AB

Tints of Indigo #3800AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 171 (67.19% from 255) = 75.33%

R = 24.67%
G = 0%
B = 75.33%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3800AB (or 0x3800AB) is known color: Indigo. HEX triplet: 38, 00 and AB. RGB value is (56,0,171). Sum of RGB (Red+Green+Blue) = 56+0+171=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 171 (67.19% from 255 or 75.33% from 227); Max value from RGB is 171 - color contains mainly: blue. Hex color #3800AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3800AB is #C7FF54. Grayscale: #232323. Windows color (decimal): -13107029 or 11206712. OLE color: 11206712.

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

Color convert

RGB 56 0 171 -
CMYK 0.67 1 0 0.33
HSL 259.65º 1% 0.34% -
HSV(B) 259.65º 1% 0.67% -
XYZ 8.98 3.78 38.78 -
YUV 36.24 204.05 142.1 -
System Red Green Blue C M Y K H S L
Decimal 56 0 171 0.67 1 0 0.33 259.65 1 0.34
Hex 38 0 AB 43 64 0 21 104 64 22
Octal 70 0 253 103 144 0 41 404 144 42
Binary 111000 0 10101011 1000011 1100100 0 100001 100000100 1100100 100010

Color Harmonies of #3800AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3800AB

Black with #3800AB

Text Example


Text Example

White with #3800AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3800AB; }

 p { color: rgb(56,0,171); }

 H1.HeaderClassName
 {
   color: #3800AB;
 }
 .AnyTagClassName
 {
   color: #3800AB;
 }
</style>

background-color css

<style>
 a { background-color: #3800AB; }

 a { background-color: rgb(56,0,171); }

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

border-color css

<style>
 span { border-color: #3800AB; }

 span { border-color: rgb(56,0,171); }

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