Html Css Color HEX #3802AA Indigo

📋 copy color: '#3802AA'

red 56 ◦ green 2 ◦ blue 170

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

Shades of Indigo #3802AA

Tints of Indigo #3802AA

RGB

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

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

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

R = 24.56%
G = 0.88%
B = 74.56%

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

#3802AA (or 0x3802AA) is known color: Indigo. HEX triplet: 38, 02 and AA. RGB value is (56,2,170). Sum of RGB (Red+Green+Blue) = 56+2+170=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 170 (66.80% from 255 or 74.56% from 228); Max value from RGB is 170 - color contains mainly: blue. Hex color #3802AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3802AA is #C7FD55. Grayscale: #242424. Windows color (decimal): -13106518 or 11141688. OLE color: 11141688.

HSL color Cylindrical-coordinate representation of color #3802AA: hue angle of 259.29º degrees, saturation: 0.98, 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 #3802AA is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 2 170 -
CMYK 0.67 0.99 0 0.33
HSL 259.29º 0.98% 0.34% -
HSV(B) 259.29º 0.99% 0.67% -
XYZ 8.91 3.79 38.29 -
YUV 37.3 202.89 141.34 -
System Red Green Blue C M Y K H S L
Decimal 56 2 170 0.67 0.99 0 0.33 259.29 0.98 0.34
Hex 38 2 AA 43 63 0 21 103 62 22
Octal 70 2 252 103 143 0 41 403 142 42
Binary 111000 10 10101010 1000011 1100011 0 100001 100000011 1100010 100010

Color Harmonies of #3802AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3802AA

Black with #3802AA

Text Example


Text Example

White with #3802AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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