Html Css Color HEX #3B10AD Persian Indigo

📋 copy color: '#3B10AD'

red 59 ◦ green 16 ◦ blue 173

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

Shades of Persian Indigo #3B10AD

Tints of Persian Indigo #3B10AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

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

R = 23.79%
G = 6.45%
B = 69.76%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3B10AD (or 0x3B10AD) is known color: Persian Indigo. HEX triplet: 3B, 10 and AD. RGB value is (59,16,173). Sum of RGB (Red+Green+Blue) = 59+16+173=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B10AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B10AD is #C4EF52. Grayscale: #2E2E2E. Windows color (decimal): -12906323 or 11341883. OLE color: 11341883.

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

Color convert

RGB 59 16 173 -
CMYK 0.66 0.91 0 0.32
HSL 256.43º 0.83% 0.37% -
HSV(B) 256.43º 0.91% 0.68% -
XYZ 9.53 4.32 39.87 -
YUV 46.76 199.25 136.73 -
System Red Green Blue C M Y K H S L
Decimal 59 16 173 0.66 0.91 0 0.32 256.43 0.83 0.37
Hex 3B 10 AD 42 5B 0 20 100 53 25
Octal 73 20 255 102 133 0 40 400 123 45
Binary 111011 10000 10101101 1000010 1011011 0 100000 100000000 1010011 100101

Color Harmonies of #3B10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B10AD

Black with #3B10AD

Text Example


Text Example

White with #3B10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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