Html Css Color HEX #3D0AAA Indigo

📋 copy color: '#3D0AAA'

red 61 ◦ green 10 ◦ blue 170

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

Shades of Indigo #3D0AAA

Tints of Indigo #3D0AAA

RGB

 RED value IS 61 (24.22% from 255) = 25.31%

 GREEN value IS 10 (4.3% from 255) = 4.15%

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

R = 25.31%
G = 4.15%
B = 70.54%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D0AAA (or 0x3D0AAA) is known color: Indigo. HEX triplet: 3D, 0A and AA. RGB value is (61,10,170). Sum of RGB (Red+Green+Blue) = 61+10+170=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D0AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0AAA is #C2F555. Grayscale: #2A2A2A. Windows color (decimal): -12776790 or 11143741. OLE color: 11143741.

HSL color Cylindrical-coordinate representation of color #3D0AAA: hue angle of 259.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0AAA is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 10 170 -
CMYK 0.64 0.94 0 0.33
HSL 259.13º 0.89% 0.35% -
HSV(B) 259.13º 0.94% 0.67% -
XYZ 9.29 4.11 38.33 -
YUV 43.49 199.4 140.49 -
System Red Green Blue C M Y K H S L
Decimal 61 10 170 0.64 0.94 0 0.33 259.13 0.89 0.35
Hex 3D A AA 40 5E 0 21 103 59 23
Octal 75 12 252 100 136 0 41 403 131 43
Binary 111101 1010 10101010 1000000 1011110 0 100001 100000011 1011001 100011

Color Harmonies of #3D0AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0AAA

Black with #3D0AAA

Text Example


Text Example

White with #3D0AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D0AAA; }

 p { color: rgb(61,10,170); }

 H1.HeaderClassName
 {
   color: #3D0AAA;
 }
 .AnyTagClassName
 {
   color: #3D0AAA;
 }
</style>

background-color css

<style>
 a { background-color: #3D0AAA; }

 a { background-color: rgb(61,10,170); }

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

border-color css

<style>
 span { border-color: #3D0AAA; }

 span { border-color: rgb(61,10,170); }

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