Html Css Color HEX #3D0BAC Indigo

📋 copy color: '#3D0BAC'

red 61 ◦ green 11 ◦ blue 172

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

Shades of Indigo #3D0BAC

Tints of Indigo #3D0BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.51%

 BLUE value IS 172 (67.58% from 255) = 70.49%

R = 25%
G = 4.51%
B = 70.49%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D0BAC (or 0x3D0BAC) is known color: Indigo. HEX triplet: 3D, 0B and AC. RGB value is (61,11,172). Sum of RGB (Red+Green+Blue) = 61+11+172=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D0BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0BAC is #C2F453. Grayscale: #2B2B2B. Windows color (decimal): -12776532 or 11275069. OLE color: 11275069.

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

Color convert

RGB 61 11 172 -
CMYK 0.65 0.94 0 0.33
HSL 258.63º 0.88% 0.36% -
HSV(B) 258.63º 0.94% 0.67% -
XYZ 9.49 4.21 39.34 -
YUV 44.3 200.07 139.91 -
System Red Green Blue C M Y K H S L
Decimal 61 11 172 0.65 0.94 0 0.33 258.63 0.88 0.36
Hex 3D B AC 41 5E 0 21 103 58 24
Octal 75 13 254 101 136 0 41 403 130 44
Binary 111101 1011 10101100 1000001 1011110 0 100001 100000011 1011000 100100

Color Harmonies of #3D0BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0BAC

Black with #3D0BAC

Text Example


Text Example

White with #3D0BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,11,172); }

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

background-color css

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

 a { background-color: rgb(61,11,172); }

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

border-color css

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

 span { border-color: rgb(61,11,172); }

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