Html Css Color HEX #3D14AB Persian Indigo

📋 copy color: '#3D14AB'

red 61 ◦ green 20 ◦ blue 171

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

Shades of Persian Indigo #3D14AB

Tints of Persian Indigo #3D14AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.86%

R = 24.21%
G = 7.94%
B = 67.86%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D14AB (or 0x3D14AB) is known color: Persian Indigo. HEX triplet: 3D, 14 and AB. RGB value is (61,20,171). Sum of RGB (Red+Green+Blue) = 61+20+171=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D14AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D14AB is #C2EB54. Grayscale: #303030. Windows color (decimal): -12774229 or 11211837. OLE color: 11211837.

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

Color convert

RGB 61 20 171 -
CMYK 0.64 0.88 0 0.33
HSL 256.29º 0.79% 0.37% -
HSV(B) 256.29º 0.88% 0.67% -
XYZ 9.53 4.43 38.88 -
YUV 49.47 196.58 136.22 -
System Red Green Blue C M Y K H S L
Decimal 61 20 171 0.64 0.88 0 0.33 256.29 0.79 0.37
Hex 3D 14 AB 40 58 0 21 100 4F 25
Octal 75 24 253 100 130 0 41 400 117 45
Binary 111101 10100 10101011 1000000 1011000 0 100001 100000000 1001111 100101

Color Harmonies of #3D14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D14AB

Black with #3D14AB

Text Example


Text Example

White with #3D14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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