Html Css Color HEX #3B14AD Persian Indigo

📋 copy color: '#3B14AD'

red 59 ◦ green 20 ◦ blue 173

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

Shades of Persian Indigo #3B14AD

Tints of Persian Indigo #3B14AD

RGB

 RED value IS 59 (23.44% from 255) = 23.41%

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

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

R = 23.41%
G = 7.94%
B = 68.65%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3B14AD (or 0x3B14AD) is known color: Persian Indigo. HEX triplet: 3B, 14 and AD. RGB value is (59,20,173). Sum of RGB (Red+Green+Blue) = 59+20+173=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B14AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B14AD is #C4EB52. Grayscale: #303030. Windows color (decimal): -12905299 or 11342907. OLE color: 11342907.

HSL color Cylindrical-coordinate representation of color #3B14AD: hue angle of 255.29º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B14AD is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 59 20 173 -
CMYK 0.66 0.88 0 0.32
HSL 255.29º 0.79% 0.38% -
HSV(B) 255.29º 0.88% 0.68% -
XYZ 9.6 4.45 39.89 -
YUV 49.1 197.92 135.06 -
System Red Green Blue C M Y K H S L
Decimal 59 20 173 0.66 0.88 0 0.32 255.29 0.79 0.38
Hex 3B 14 AD 42 58 0 20 FF 4F 26
Octal 73 24 255 102 130 0 40 377 117 46
Binary 111011 10100 10101101 1000010 1011000 0 100000 11111111 1001111 100110

Color Harmonies of #3B14AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B14AD

Black with #3B14AD

Text Example


Text Example

White with #3B14AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,20,173); }

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

background-color css

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

 a { background-color: rgb(59,20,173); }

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

border-color css

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

 span { border-color: rgb(59,20,173); }

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