Html Css Color HEX #3B1B7B Persian Indigo

📋 copy color: '#3B1B7B'

red 59 ◦ green 27 ◦ blue 123

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

Shades of Persian Indigo #3B1B7B

Tints of Persian Indigo #3B1B7B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.92%

 BLUE value IS 123 (48.44% from 255) = 58.85%

R = 28.23%
G = 12.92%
B = 58.85%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3B1B7B (or 0x3B1B7B) is known color: Persian Indigo. HEX triplet: 3B, 1B and 7B. RGB value is (59,27,123). Sum of RGB (Red+Green+Blue) = 59+27+123=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B1B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1B7B is #C4E484. Grayscale: #2F2F2F. Windows color (decimal): -12903557 or 8067899. OLE color: 8067899.

HSL color Cylindrical-coordinate representation of color #3B1B7B: hue angle of 260º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B1B7B is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 59 27 123 -
CMYK 0.52 0.78 0 0.52
HSL 260º 0.64% 0.29% -
HSV(B) 260º 0.78% 0.48% -
XYZ 5.77 3.14 19.04 -
YUV 47.51 170.6 136.19 -
System Red Green Blue C M Y K H S L
Decimal 59 27 123 0.52 0.78 0 0.52 260 0.64 0.29
Hex 3B 1B 7B 34 4E 0 34 104 40 1D
Octal 73 33 173 64 116 0 64 404 100 35
Binary 111011 11011 1111011 110100 1001110 0 110100 100000100 1000000 11101

Color Harmonies of #3B1B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1B7B

Black with #3B1B7B

Text Example


Text Example

White with #3B1B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,27,123); }

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

background-color css

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

 a { background-color: rgb(59,27,123); }

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

border-color css

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

 span { border-color: rgb(59,27,123); }

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