Html Css Color HEX #3803AA Indigo

📋 copy color: '#3803AA'

red 56 ◦ green 3 ◦ blue 170

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

Shades of Indigo #3803AA

Tints of Indigo #3803AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.31%

 BLUE value IS 170 (66.8% from 255) = 74.24%

R = 24.45%
G = 1.31%
B = 74.24%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3803AA (or 0x3803AA) is known color: Indigo. HEX triplet: 38, 03 and AA. RGB value is (56,3,170). Sum of RGB (Red+Green+Blue) = 56+3+170=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #3803AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3803AA is #C7FC55. Grayscale: #252525. Windows color (decimal): -13106262 or 11141944. OLE color: 11141944.

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

Color convert

RGB 56 3 170 -
CMYK 0.67 0.98 0 0.33
HSL 259.04º 0.97% 0.34% -
HSV(B) 259.04º 0.98% 0.67% -
XYZ 8.92 3.81 38.3 -
YUV 37.89 202.56 140.92 -
System Red Green Blue C M Y K H S L
Decimal 56 3 170 0.67 0.98 0 0.33 259.04 0.97 0.34
Hex 38 3 AA 43 62 0 21 103 61 22
Octal 70 3 252 103 142 0 41 403 141 42
Binary 111000 11 10101010 1000011 1100010 0 100001 100000011 1100001 100010

Color Harmonies of #3803AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3803AA

Black with #3803AA

Text Example


Text Example

White with #3803AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3803AA; }

 p { color: rgb(56,3,170); }

 H1.HeaderClassName
 {
   color: #3803AA;
 }
 .AnyTagClassName
 {
   color: #3803AA;
 }
</style>

background-color css

<style>
 a { background-color: #3803AA; }

 a { background-color: rgb(56,3,170); }

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

border-color css

<style>
 span { border-color: #3803AA; }

 span { border-color: rgb(56,3,170); }

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