Html Css Color HEX #3B1694 Persian Indigo

📋 copy color: '#3B1694'

red 59 ◦ green 22 ◦ blue 148

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

Shades of Persian Indigo #3B1694

Tints of Persian Indigo #3B1694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 64.63%

R = 25.76%
G = 9.61%
B = 64.63%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3B1694 (or 0x3B1694) is known color: Persian Indigo. HEX triplet: 3B, 16 and 94. RGB value is (59,22,148). Sum of RGB (Red+Green+Blue) = 59+22+148=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #3B1694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1694 is #C4E96B. Grayscale: #2E2E2E. Windows color (decimal): -12904812 or 9705019. OLE color: 9705019.

HSL color Cylindrical-coordinate representation of color #3B1694: hue angle of 257.62º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B1694 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 59 22 148 -
CMYK 0.60 0.85 0 0.42
HSL 257.62º 0.74% 0.33% -
HSV(B) 257.62º 0.85% 0.58% -
XYZ 7.44 3.64 28.33 -
YUV 47.43 184.76 136.25 -
System Red Green Blue C M Y K H S L
Decimal 59 22 148 0.60 0.85 0 0.42 257.62 0.74 0.33
Hex 3B 16 94 3C 55 0 2A 102 4A 21
Octal 73 26 224 74 125 0 52 402 112 41
Binary 111011 10110 10010100 111100 1010101 0 101010 100000010 1001010 100001

Color Harmonies of #3B1694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1694

Black with #3B1694

Text Example


Text Example

White with #3B1694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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