Html Css Color HEX #3B147D Persian Indigo

📋 copy color: '#3B147D'

red 59 ◦ green 20 ◦ blue 125

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

Shades of Persian Indigo #3B147D

Tints of Persian Indigo #3B147D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 61.27%

R = 28.92%
G = 9.8%
B = 61.27%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B147D (or 0x3B147D) is known color: Persian Indigo. HEX triplet: 3B, 14 and 7D. RGB value is (59,20,125). Sum of RGB (Red+Green+Blue) = 59+20+125=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B147D is #C4EB82. Grayscale: #2B2B2B. Windows color (decimal): -12905347 or 8197179. OLE color: 8197179.

HSL color Cylindrical-coordinate representation of color #3B147D: hue angle of 262.29º 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 #3B147D is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 59 20 125 -
CMYK 0.53 0.84 0 0.51
HSL 262.29º 0.72% 0.28% -
HSV(B) 262.29º 0.84% 0.49% -
XYZ 5.76 2.91 19.66 -
YUV 43.63 173.92 138.96 -
System Red Green Blue C M Y K H S L
Decimal 59 20 125 0.53 0.84 0 0.51 262.29 0.72 0.28
Hex 3B 14 7D 35 54 0 33 106 48 1C
Octal 73 24 175 65 124 0 63 406 110 34
Binary 111011 10100 1111101 110101 1010100 0 110011 100000110 1001000 11100

Color Harmonies of #3B147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B147D

Black with #3B147D

Text Example


Text Example

White with #3B147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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