Html Css Color HEX #3D15AC Persian Indigo

📋 copy color: '#3D15AC'

red 61 ◦ green 21 ◦ blue 172

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

Shades of Persian Indigo #3D15AC

Tints of Persian Indigo #3D15AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.27%

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

R = 24.02%
G = 8.27%
B = 67.72%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D15AC (or 0x3D15AC) is known color: Persian Indigo. HEX triplet: 3D, 15 and AC. RGB value is (61,21,172). Sum of RGB (Red+Green+Blue) = 61+21+172=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D15AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D15AC is #C2EA53. Grayscale: #313131. Windows color (decimal): -12773972 or 11277629. OLE color: 11277629.

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

Color convert

RGB 61 21 172 -
CMYK 0.65 0.88 0 0.33
HSL 255.89º 0.78% 0.38% -
HSV(B) 255.89º 0.88% 0.67% -
XYZ 9.64 4.51 39.39 -
YUV 50.17 196.75 135.72 -
System Red Green Blue C M Y K H S L
Decimal 61 21 172 0.65 0.88 0 0.33 255.89 0.78 0.38
Hex 3D 15 AC 41 58 0 21 100 4E 26
Octal 75 25 254 101 130 0 41 400 116 46
Binary 111101 10101 10101100 1000001 1011000 0 100001 100000000 1001110 100110

Color Harmonies of #3D15AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D15AC

Black with #3D15AC

Text Example


Text Example

White with #3D15AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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