Html Css Color HEX #3B207C Persian Indigo

📋 copy color: '#3B207C'

red 59 ◦ green 32 ◦ blue 124

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

Shades of Persian Indigo #3B207C

Tints of Persian Indigo #3B207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 57.67%

R = 27.44%
G = 14.88%
B = 57.67%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B207C (or 0x3B207C) is known color: Persian Indigo. HEX triplet: 3B, 20 and 7C. RGB value is (59,32,124). Sum of RGB (Red+Green+Blue) = 59+32+124=215 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.44% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B207C is #C4DF83. Grayscale: #323232. Windows color (decimal): -12902276 or 8134715. OLE color: 8134715.

HSL color Cylindrical-coordinate representation of color #3B207C: hue angle of 257.61º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B207C is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 59 32 124 -
CMYK 0.52 0.74 0 0.51
HSL 257.61º 0.59% 0.31% -
HSV(B) 257.61º 0.74% 0.49% -
XYZ 5.96 3.42 19.41 -
YUV 50.56 169.45 134.02 -
System Red Green Blue C M Y K H S L
Decimal 59 32 124 0.52 0.74 0 0.51 257.61 0.59 0.31
Hex 3B 20 7C 34 4A 0 33 102 3B 1F
Octal 73 40 174 64 112 0 63 402 73 37
Binary 111011 100000 1111100 110100 1001010 0 110011 100000010 111011 11111

Color Harmonies of #3B207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B207C

Black with #3B207C

Text Example


Text Example

White with #3B207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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