Html Css Color HEX #3802A3 Indigo

📋 copy color: '#3802A3'

red 56 ◦ green 2 ◦ blue 163

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

Shades of Indigo #3802A3

Tints of Indigo #3802A3

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 163 (64.06% from 255) = 73.76%

R = 25.34%
G = 0.9%
B = 73.76%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3802A3 (or 0x3802A3) is known color: Indigo. HEX triplet: 38, 02 and A3. RGB value is (56,2,163). Sum of RGB (Red+Green+Blue) = 56+2+163=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 163 (64.06% from 255 or 73.76% from 221); Max value from RGB is 163 - color contains mainly: blue. Hex color #3802A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3802A3 is #C7FD5C. Grayscale: #232323. Windows color (decimal): -13106525 or 10682936. OLE color: 10682936.

HSL color Cylindrical-coordinate representation of color #3802A3: hue angle of 260.12º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3802A3 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 2 163 -
CMYK 0.66 0.99 0 0.36
HSL 260.12º 0.98% 0.32% -
HSV(B) 260.12º 0.99% 0.64% -
XYZ 8.26 3.53 34.9 -
YUV 36.5 199.39 141.91 -
System Red Green Blue C M Y K H S L
Decimal 56 2 163 0.66 0.99 0 0.36 260.12 0.98 0.32
Hex 38 2 A3 42 63 0 24 104 62 20
Octal 70 2 243 102 143 0 44 404 142 40
Binary 111000 10 10100011 1000010 1100011 0 100100 100000100 1100010 100000

Color Harmonies of #3802A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3802A3

Black with #3802A3

Text Example


Text Example

White with #3802A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3802A3; }

 p { color: rgb(56,2,163); }

 H1.HeaderClassName
 {
   color: #3802A3;
 }
 .AnyTagClassName
 {
   color: #3802A3;
 }
</style>

background-color css

<style>
 a { background-color: #3802A3; }

 a { background-color: rgb(56,2,163); }

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

border-color css

<style>
 span { border-color: #3802A3; }

 span { border-color: rgb(56,2,163); }

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