Html Css Color HEX #3B00AD Indigo

📋 copy color: '#3B00AD'

red 59 ◦ green 0 ◦ blue 173

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

Shades of Indigo #3B00AD

Tints of Indigo #3B00AD

RGB

 RED value IS 59 (23.44% from 255) = 25.43%

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

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

R = 25.43%
G = 0%
B = 74.57%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3B00AD (or 0x3B00AD) is known color: Indigo. HEX triplet: 3B, 00 and AD. RGB value is (59,0,173). Sum of RGB (Red+Green+Blue) = 59+0+173=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B00AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B00AD is #C4FF52. Grayscale: #242424. Windows color (decimal): -12910419 or 11337787. OLE color: 11337787.

HSL color Cylindrical-coordinate representation of color #3B00AD: hue angle of 260.46º 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 #3B00AD is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 59 0 173 -
CMYK 0.66 1 0 0.32
HSL 260.46º 1% 0.34% -
HSV(B) 260.46º 1% 0.68% -
XYZ 9.35 3.95 39.8 -
YUV 37.36 204.55 143.43 -
System Red Green Blue C M Y K H S L
Decimal 59 0 173 0.66 1 0 0.32 260.46 1 0.34
Hex 3B 0 AD 42 64 0 20 104 64 22
Octal 73 0 255 102 144 0 40 404 144 42
Binary 111011 0 10101101 1000010 1100100 0 100000 100000100 1100100 100010

Color Harmonies of #3B00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B00AD

Black with #3B00AD

Text Example


Text Example

White with #3B00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,0,173); }

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

background-color css

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

 a { background-color: rgb(59,0,173); }

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

border-color css

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

 span { border-color: rgb(59,0,173); }

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