Html Css Color HEX #3B1974 Persian Indigo

📋 copy color: '#3B1974'

red 59 ◦ green 25 ◦ blue 116

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

Shades of Persian Indigo #3B1974

Tints of Persian Indigo #3B1974

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.5%

 BLUE value IS 116 (45.7% from 255) = 58%

R = 29.5%
G = 12.5%
B = 58%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B1974 (or 0x3B1974) is known color: Persian Indigo. HEX triplet: 3B, 19 and 74. RGB value is (59,25,116). Sum of RGB (Red+Green+Blue) = 59+25+116=200 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #3B1974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1974 is #C4E68B. Grayscale: #2D2D2D. Windows color (decimal): -12904076 or 7608635. OLE color: 7608635.

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

Color convert

RGB 59 25 116 -
CMYK 0.49 0.78 0 0.55
HSL 262.42º 0.65% 0.28% -
HSV(B) 262.42º 0.78% 0.45% -
XYZ 5.3 2.89 16.8 -
YUV 45.54 167.76 137.6 -
System Red Green Blue C M Y K H S L
Decimal 59 25 116 0.49 0.78 0 0.55 262.42 0.65 0.28
Hex 3B 19 74 31 4E 0 37 106 41 1C
Octal 73 31 164 61 116 0 67 406 101 34
Binary 111011 11001 1110100 110001 1001110 0 110111 100000110 1000001 11100

Color Harmonies of #3B1974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1974

Black with #3B1974

Text Example


Text Example

White with #3B1974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,25,116); }

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

background-color css

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

 a { background-color: rgb(59,25,116); }

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

border-color css

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

 span { border-color: rgb(59,25,116); }

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