Html Css Color HEX #3B1673 Persian Indigo

📋 copy color: '#3B1673'

red 59 ◦ green 22 ◦ blue 115

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

Shades of Persian Indigo #3B1673

Tints of Persian Indigo #3B1673

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.22%

 BLUE value IS 115 (45.31% from 255) = 58.67%

R = 30.1%
G = 11.22%
B = 58.67%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B1673 (or 0x3B1673) is known color: Persian Indigo. HEX triplet: 3B, 16 and 73. RGB value is (59,22,115). Sum of RGB (Red+Green+Blue) = 59+22+115=196 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.10% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B1673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1673 is #C4E98C. Grayscale: #2B2B2B. Windows color (decimal): -12904845 or 7542331. OLE color: 7542331.

HSL color Cylindrical-coordinate representation of color #3B1673: hue angle of 263.87º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B1673 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 22 115 -
CMYK 0.49 0.81 0 0.55
HSL 263.87º 0.68% 0.27% -
HSV(B) 263.87º 0.81% 0.45% -
XYZ 5.19 2.74 16.48 -
YUV 43.67 168.26 138.94 -
System Red Green Blue C M Y K H S L
Decimal 59 22 115 0.49 0.81 0 0.55 263.87 0.68 0.27
Hex 3B 16 73 31 51 0 37 108 44 1B
Octal 73 26 163 61 121 0 67 410 104 33
Binary 111011 10110 1110011 110001 1010001 0 110111 100001000 1000100 11011

Color Harmonies of #3B1673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1673

Black with #3B1673

Text Example


Text Example

White with #3B1673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,22,115); }

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

background-color css

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

 a { background-color: rgb(59,22,115); }

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

border-color css

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

 span { border-color: rgb(59,22,115); }

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