Html Css Color HEX #3B15AB Persian Indigo

📋 copy color: '#3B15AB'

red 59 ◦ green 21 ◦ blue 171

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

Shades of Persian Indigo #3B15AB

Tints of Persian Indigo #3B15AB

RGB

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

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

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

R = 23.51%
G = 8.37%
B = 68.13%

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

#3B15AB (or 0x3B15AB) is known color: Persian Indigo. HEX triplet: 3B, 15 and AB. RGB value is (59,21,171). Sum of RGB (Red+Green+Blue) = 59+21+171=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B15AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B15AB is #C4EA54. Grayscale: #303030. Windows color (decimal): -12905045 or 11212091. OLE color: 11212091.

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

Color convert

RGB 59 21 171 -
CMYK 0.65 0.88 0 0.33
HSL 255.2º 0.78% 0.38% -
HSV(B) 255.2º 0.88% 0.67% -
XYZ 9.42 4.41 38.88 -
YUV 49.46 196.59 134.8 -
System Red Green Blue C M Y K H S L
Decimal 59 21 171 0.65 0.88 0 0.33 255.2 0.78 0.38
Hex 3B 15 AB 41 58 0 21 FF 4E 26
Octal 73 25 253 101 130 0 41 377 116 46
Binary 111011 10101 10101011 1000001 1011000 0 100001 11111111 1001110 100110

Color Harmonies of #3B15AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B15AB

Black with #3B15AB

Text Example


Text Example

White with #3B15AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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