Html Css Color HEX #3D13AD Persian Indigo

📋 copy color: '#3D13AD'

red 61 ◦ green 19 ◦ blue 173

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

Shades of Persian Indigo #3D13AD

Tints of Persian Indigo #3D13AD

RGB

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

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

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

R = 24.11%
G = 7.51%
B = 68.38%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3D13AD (or 0x3D13AD) is known color: Persian Indigo. HEX triplet: 3D, 13 and AD. RGB value is (61,19,173). Sum of RGB (Red+Green+Blue) = 61+19+173=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D13AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D13AD is #C2EC52. Grayscale: #303030. Windows color (decimal): -12774483 or 11342653. OLE color: 11342653.

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

Color convert

RGB 61 19 173 -
CMYK 0.65 0.89 0 0.32
HSL 256.36º 0.8% 0.38% -
HSV(B) 256.36º 0.89% 0.68% -
XYZ 9.7 4.47 39.89 -
YUV 49.11 197.91 136.48 -
System Red Green Blue C M Y K H S L
Decimal 61 19 173 0.65 0.89 0 0.32 256.36 0.8 0.38
Hex 3D 13 AD 41 59 0 20 100 50 26
Octal 75 23 255 101 131 0 40 400 120 46
Binary 111101 10011 10101101 1000001 1011001 0 100000 100000000 1010000 100110

Color Harmonies of #3D13AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D13AD

Black with #3D13AD

Text Example


Text Example

White with #3D13AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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