Html Css Color HEX #3D13AC Persian Indigo

📋 copy color: '#3D13AC'

red 61 ◦ green 19 ◦ blue 172

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

Shades of Persian Indigo #3D13AC

Tints of Persian Indigo #3D13AC

RGB

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

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

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

R = 24.21%
G = 7.54%
B = 68.25%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D13AC (or 0x3D13AC) is known color: Persian Indigo. HEX triplet: 3D, 13 and AC. RGB value is (61,19,172). Sum of RGB (Red+Green+Blue) = 61+19+172=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D13AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D13AC is #C2EC53. Grayscale: #303030. Windows color (decimal): -12774484 or 11277117. OLE color: 11277117.

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

Color convert

RGB 61 19 172 -
CMYK 0.65 0.89 0 0.33
HSL 256.47º 0.8% 0.37% -
HSV(B) 256.47º 0.89% 0.67% -
XYZ 9.6 4.44 39.38 -
YUV 49 197.41 136.56 -
System Red Green Blue C M Y K H S L
Decimal 61 19 172 0.65 0.89 0 0.33 256.47 0.8 0.37
Hex 3D 13 AC 41 59 0 21 100 50 25
Octal 75 23 254 101 131 0 41 400 120 45
Binary 111101 10011 10101100 1000001 1011001 0 100001 100000000 1010000 100101

Color Harmonies of #3D13AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D13AC

Black with #3D13AC

Text Example


Text Example

White with #3D13AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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