Html Css Color HEX #3803AF Indigo

📋 copy color: '#3803AF'

red 56 ◦ green 3 ◦ blue 175

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

Shades of Indigo #3803AF

Tints of Indigo #3803AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 74.79%

R = 23.93%
G = 1.28%
B = 74.79%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3803AF (or 0x3803AF) is known color: Indigo. HEX triplet: 38, 03 and AF. RGB value is (56,3,175). Sum of RGB (Red+Green+Blue) = 56+3+175=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 175 (68.75% from 255 or 74.79% from 234); Max value from RGB is 175 - color contains mainly: blue. Hex color #3803AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3803AF is #C7FC50. Grayscale: #252525. Windows color (decimal): -13106257 or 11469624. OLE color: 11469624.

HSL color Cylindrical-coordinate representation of color #3803AF: hue angle of 258.49º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3803AF is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 3 175 -
CMYK 0.68 0.98 0 0.31
HSL 258.49º 0.97% 0.35% -
HSV(B) 258.49º 0.98% 0.69% -
XYZ 9.4 4 40.83 -
YUV 38.46 205.06 140.51 -
System Red Green Blue C M Y K H S L
Decimal 56 3 175 0.68 0.98 0 0.31 258.49 0.97 0.35
Hex 38 3 AF 44 62 0 1F 102 61 23
Octal 70 3 257 104 142 0 37 402 141 43
Binary 111000 11 10101111 1000100 1100010 0 11111 100000010 1100001 100011

Color Harmonies of #3803AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3803AF

Black with #3803AF

Text Example


Text Example

White with #3803AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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