Html Css Color HEX #3B13AD Persian Indigo

📋 copy color: '#3B13AD'

red 59 ◦ green 19 ◦ blue 173

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

Shades of Persian Indigo #3B13AD

Tints of Persian Indigo #3B13AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.57%

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

R = 23.51%
G = 7.57%
B = 68.92%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3B13AD (or 0x3B13AD) is known color: Persian Indigo. HEX triplet: 3B, 13 and AD. RGB value is (59,19,173). Sum of RGB (Red+Green+Blue) = 59+19+173=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B13AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B13AD is #C4EC52. Grayscale: #2F2F2F. Windows color (decimal): -12905555 or 11342651. OLE color: 11342651.

HSL color Cylindrical-coordinate representation of color #3B13AD: hue angle of 255.58º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B13AD is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 59 19 173 -
CMYK 0.66 0.89 0 0.32
HSL 255.58º 0.8% 0.38% -
HSV(B) 255.58º 0.89% 0.68% -
XYZ 9.58 4.41 39.88 -
YUV 48.52 198.25 135.48 -
System Red Green Blue C M Y K H S L
Decimal 59 19 173 0.66 0.89 0 0.32 255.58 0.8 0.38
Hex 3B 13 AD 42 59 0 20 100 50 26
Octal 73 23 255 102 131 0 40 400 120 46
Binary 111011 10011 10101101 1000010 1011001 0 100000 100000000 1010000 100110

Color Harmonies of #3B13AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B13AD

Black with #3B13AD

Text Example


Text Example

White with #3B13AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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