Html Css Color HEX #3D14AC Persian Indigo

📋 copy color: '#3D14AC'

red 61 ◦ green 20 ◦ blue 172

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

Shades of Persian Indigo #3D14AC

Tints of Persian Indigo #3D14AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.91%

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

R = 24.11%
G = 7.91%
B = 67.98%

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

#3D14AC (or 0x3D14AC) is known color: Persian Indigo. HEX triplet: 3D, 14 and AC. RGB value is (61,20,172). Sum of RGB (Red+Green+Blue) = 61+20+172=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D14AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D14AC is #C2EB53. Grayscale: #313131. Windows color (decimal): -12774228 or 11277373. OLE color: 11277373.

HSL color Cylindrical-coordinate representation of color #3D14AC: hue angle of 256.18º degrees, saturation: 0.79, 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 #3D14AC is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 20 172 -
CMYK 0.65 0.88 0 0.33
HSL 256.18º 0.79% 0.38% -
HSV(B) 256.18º 0.88% 0.67% -
XYZ 9.62 4.47 39.39 -
YUV 49.59 197.08 136.14 -
System Red Green Blue C M Y K H S L
Decimal 61 20 172 0.65 0.88 0 0.33 256.18 0.79 0.38
Hex 3D 14 AC 41 58 0 21 100 4F 26
Octal 75 24 254 101 130 0 41 400 117 46
Binary 111101 10100 10101100 1000001 1011000 0 100001 100000000 1001111 100110

Color Harmonies of #3D14AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D14AC

Black with #3D14AC

Text Example


Text Example

White with #3D14AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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