Html Css Color HEX #3B147C Persian Indigo

📋 copy color: '#3B147C'

red 59 ◦ green 20 ◦ blue 124

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

Shades of Persian Indigo #3B147C

Tints of Persian Indigo #3B147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.85%

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

R = 29.06%
G = 9.85%
B = 61.08%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B147C (or 0x3B147C) is known color: Persian Indigo. HEX triplet: 3B, 14 and 7C. RGB value is (59,20,124). Sum of RGB (Red+Green+Blue) = 59+20+124=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B147C is #C4EB83. Grayscale: #2B2B2B. Windows color (decimal): -12905348 or 8131643. OLE color: 8131643.

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

Color convert

RGB 59 20 124 -
CMYK 0.52 0.84 0 0.51
HSL 262.5º 0.72% 0.28% -
HSV(B) 262.5º 0.84% 0.49% -
XYZ 5.69 2.89 19.33 -
YUV 43.52 173.42 139.04 -
System Red Green Blue C M Y K H S L
Decimal 59 20 124 0.52 0.84 0 0.51 262.5 0.72 0.28
Hex 3B 14 7C 34 54 0 33 106 48 1C
Octal 73 24 174 64 124 0 63 406 110 34
Binary 111011 10100 1111100 110100 1010100 0 110011 100000110 1001000 11100

Color Harmonies of #3B147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B147C

Black with #3B147C

Text Example


Text Example

White with #3B147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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