Html Css Color HEX #3B1C9D Persian Indigo

📋 copy color: '#3B1C9D'

red 59 ◦ green 28 ◦ blue 157

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

Shades of Persian Indigo #3B1C9D

Tints of Persian Indigo #3B1C9D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.48%

 BLUE value IS 157 (61.72% from 255) = 64.34%

R = 24.18%
G = 11.48%
B = 64.34%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B1C9D (or 0x3B1C9D) is known color: Persian Indigo. HEX triplet: 3B, 1C and 9D. RGB value is (59,28,157). Sum of RGB (Red+Green+Blue) = 59+28+157=244 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.18% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B1C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1C9D is #C4E362. Grayscale: #333333. Windows color (decimal): -12903267 or 10296379. OLE color: 10296379.

HSL color Cylindrical-coordinate representation of color #3B1C9D: hue angle of 254.42º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B1C9D is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 59 28 157 -
CMYK 0.62 0.82 0 0.38
HSL 254.42º 0.7% 0.36% -
HSV(B) 254.42º 0.82% 0.62% -
XYZ 8.3 4.19 32.27 -
YUV 51.98 187.27 133.01 -
System Red Green Blue C M Y K H S L
Decimal 59 28 157 0.62 0.82 0 0.38 254.42 0.7 0.36
Hex 3B 1C 9D 3E 52 0 26 FE 46 24
Octal 73 34 235 76 122 0 46 376 106 44
Binary 111011 11100 10011101 111110 1010010 0 100110 11111110 1000110 100100

Color Harmonies of #3B1C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1C9D

Black with #3B1C9D

Text Example


Text Example

White with #3B1C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,28,157); }

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

background-color css

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

 a { background-color: rgb(59,28,157); }

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

border-color css

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

 span { border-color: rgb(59,28,157); }

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