Html Css Color HEX #3D07AD Indigo

📋 copy color: '#3D07AD'

red 61 ◦ green 7 ◦ blue 173

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

Shades of Indigo #3D07AD

Tints of Indigo #3D07AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.9%

 BLUE value IS 173 (67.97% from 255) = 71.78%

R = 25.31%
G = 2.9%
B = 71.78%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3D07AD (or 0x3D07AD) is known color: Indigo. HEX triplet: 3D, 07 and AD. RGB value is (61,7,173). Sum of RGB (Red+Green+Blue) = 61+7+173=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D07AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D07AD is #C2F852. Grayscale: #292929. Windows color (decimal): -12777555 or 11339581. OLE color: 11339581.

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

Color convert

RGB 61 7 173 -
CMYK 0.65 0.96 0 0.32
HSL 259.52º 0.92% 0.35% -
HSV(B) 259.52º 0.96% 0.68% -
XYZ 9.54 4.16 39.84 -
YUV 42.07 201.89 141.5 -
System Red Green Blue C M Y K H S L
Decimal 61 7 173 0.65 0.96 0 0.32 259.52 0.92 0.35
Hex 3D 7 AD 41 60 0 20 104 5C 23
Octal 75 7 255 101 140 0 40 404 134 43
Binary 111101 111 10101101 1000001 1100000 0 100000 100000100 1011100 100011

Color Harmonies of #3D07AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D07AD

Black with #3D07AD

Text Example


Text Example

White with #3D07AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,7,173); }

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

background-color css

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

 a { background-color: rgb(61,7,173); }

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

border-color css

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

 span { border-color: rgb(61,7,173); }

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