Html Css Color HEX #3B15AD Persian Indigo

📋 copy color: '#3B15AD'

red 59 ◦ green 21 ◦ blue 173

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

Shades of Persian Indigo #3B15AD

Tints of Persian Indigo #3B15AD

RGB

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

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

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

R = 23.32%
G = 8.3%
B = 68.38%

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

#3B15AD (or 0x3B15AD) is known color: Persian Indigo. HEX triplet: 3B, 15 and AD. RGB value is (59,21,173). Sum of RGB (Red+Green+Blue) = 59+21+173=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B15AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B15AD is #C4EA52. Grayscale: #313131. Windows color (decimal): -12905043 or 11343163. OLE color: 11343163.

HSL color Cylindrical-coordinate representation of color #3B15AD: hue angle of 255º degrees, saturation: 0.78, 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 #3B15AD is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 59 21 173 -
CMYK 0.66 0.88 0 0.32
HSL 255º 0.78% 0.38% -
HSV(B) 255º 0.88% 0.68% -
XYZ 9.61 4.48 39.89 -
YUV 49.69 197.59 134.64 -
System Red Green Blue C M Y K H S L
Decimal 59 21 173 0.66 0.88 0 0.32 255 0.78 0.38
Hex 3B 15 AD 42 58 0 20 FF 4E 26
Octal 73 25 255 102 130 0 40 377 116 46
Binary 111011 10101 10101101 1000010 1011000 0 100000 11111111 1001110 100110

Color Harmonies of #3B15AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B15AD

Black with #3B15AD

Text Example


Text Example

White with #3B15AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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