Html Css Color HEX #3B208B Persian Indigo

📋 copy color: '#3B208B'

red 59 ◦ green 32 ◦ blue 139

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

Shades of Persian Indigo #3B208B

Tints of Persian Indigo #3B208B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.91%

 BLUE value IS 139 (54.69% from 255) = 60.43%

R = 25.65%
G = 13.91%
B = 60.43%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B208B (or 0x3B208B) is known color: Persian Indigo. HEX triplet: 3B, 20 and 8B. RGB value is (59,32,139). Sum of RGB (Red+Green+Blue) = 59+32+139=230 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.65% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B208B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B208B is #C4DF74. Grayscale: #333333. Windows color (decimal): -12902261 or 9117755. OLE color: 9117755.

HSL color Cylindrical-coordinate representation of color #3B208B: hue angle of 255.14º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B208B is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 32 139 -
CMYK 0.58 0.77 0 0.45
HSL 255.14º 0.63% 0.34% -
HSV(B) 255.14º 0.77% 0.55% -
XYZ 6.98 3.83 24.8 -
YUV 52.27 176.95 132.8 -
System Red Green Blue C M Y K H S L
Decimal 59 32 139 0.58 0.77 0 0.45 255.14 0.63 0.34
Hex 3B 20 8B 3A 4D 0 2D FF 3F 22
Octal 73 40 213 72 115 0 55 377 77 42
Binary 111011 100000 10001011 111010 1001101 0 101101 11111111 111111 100010

Color Harmonies of #3B208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B208B

Black with #3B208B

Text Example


Text Example

White with #3B208B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,32,139); }

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

background-color css

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

 a { background-color: rgb(59,32,139); }

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

border-color css

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

 span { border-color: rgb(59,32,139); }

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