Html Css Color HEX #3B13AC Persian Indigo

📋 copy color: '#3B13AC'

red 59 ◦ green 19 ◦ blue 172

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

Shades of Persian Indigo #3B13AC

Tints of Persian Indigo #3B13AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.6%

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

R = 23.6%
G = 7.6%
B = 68.8%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B13AC (or 0x3B13AC) is known color: Persian Indigo. HEX triplet: 3B, 13 and AC. RGB value is (59,19,172). Sum of RGB (Red+Green+Blue) = 59+19+172=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B13AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B13AC is #C4EC53. Grayscale: #2F2F2F. Windows color (decimal): -12905556 or 11277115. OLE color: 11277115.

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

Color convert

RGB 59 19 172 -
CMYK 0.66 0.89 0 0.33
HSL 255.69º 0.8% 0.37% -
HSV(B) 255.69º 0.89% 0.67% -
XYZ 9.48 4.37 39.37 -
YUV 48.4 197.75 135.56 -
System Red Green Blue C M Y K H S L
Decimal 59 19 172 0.66 0.89 0 0.33 255.69 0.8 0.37
Hex 3B 13 AC 42 59 0 21 100 50 25
Octal 73 23 254 102 131 0 41 400 120 45
Binary 111011 10011 10101100 1000010 1011001 0 100001 100000000 1010000 100101

Color Harmonies of #3B13AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B13AC

Black with #3B13AC

Text Example


Text Example

White with #3B13AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,19,172); }

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

background-color css

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

 a { background-color: rgb(59,19,172); }

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

border-color css

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

 span { border-color: rgb(59,19,172); }

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