Html Css Color HEX #3D00AE Indigo

📋 copy color: '#3D00AE'

red 61 ◦ green 0 ◦ blue 174

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

Shades of Indigo #3D00AE

Tints of Indigo #3D00AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 174 (68.36% from 255) = 74.04%

R = 25.96%
G = 0%
B = 74.04%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3D00AE (or 0x3D00AE) is known color: Indigo. HEX triplet: 3D, 00 and AE. RGB value is (61,0,174). Sum of RGB (Red+Green+Blue) = 61+0+174=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 174 (68.36% from 255 or 74.04% from 235); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D00AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D00AE is #C2FF51. Grayscale: #252525. Windows color (decimal): -12779346 or 11403325. OLE color: 11403325.

HSL color Cylindrical-coordinate representation of color #3D00AE: hue angle of 261.03º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D00AE is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 61 0 174 -
CMYK 0.65 1 0 0.32
HSL 261.03º 1% 0.34% -
HSV(B) 261.03º 1% 0.68% -
XYZ 9.56 4.05 40.32 -
YUV 38.08 204.71 144.35 -
System Red Green Blue C M Y K H S L
Decimal 61 0 174 0.65 1 0 0.32 261.03 1 0.34
Hex 3D 0 AE 41 64 0 20 105 64 22
Octal 75 0 256 101 144 0 40 405 144 42
Binary 111101 0 10101110 1000001 1100100 0 100000 100000101 1100100 100010

Color Harmonies of #3D00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D00AE

Black with #3D00AE

Text Example


Text Example

White with #3D00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,0,174); }

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

background-color css

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

 a { background-color: rgb(61,0,174); }

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

border-color css

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

 span { border-color: rgb(61,0,174); }

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