Html Css Color HEX #3F1789 Persian Indigo

📋 copy color: '#3F1789'

red 63 ◦ green 23 ◦ blue 137

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

Shades of Persian Indigo #3F1789

Tints of Persian Indigo #3F1789

RGB

 RED value IS 63 (25% from 255) = 28.25%

 GREEN value IS 23 (9.38% from 255) = 10.31%

 BLUE value IS 137 (53.91% from 255) = 61.43%

R = 28.25%
G = 10.31%
B = 61.43%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3F1789 (or 0x3F1789) is known color: Persian Indigo. HEX triplet: 3F, 17 and 89. RGB value is (63,23,137). Sum of RGB (Red+Green+Blue) = 63+23+137=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F1789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1789 is #C0E876. Grayscale: #2F2F2F. Windows color (decimal): -12642423 or 8984383. OLE color: 8984383.

HSL color Cylindrical-coordinate representation of color #3F1789: hue angle of 261.05º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F1789 is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 63 23 137 -
CMYK 0.54 0.83 0 0.46
HSL 261.05º 0.71% 0.31% -
HSV(B) 261.05º 0.83% 0.54% -
XYZ 6.87 3.48 23.98 -
YUV 47.96 178.25 138.73 -
System Red Green Blue C M Y K H S L
Decimal 63 23 137 0.54 0.83 0 0.46 261.05 0.71 0.31
Hex 3F 17 89 36 53 0 2E 105 47 1F
Octal 77 27 211 66 123 0 56 405 107 37
Binary 111111 10111 10001001 110110 1010011 0 101110 100000101 1000111 11111

Color Harmonies of #3F1789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1789

Black with #3F1789

Text Example


Text Example

White with #3F1789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,23,137); }

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

background-color css

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

 a { background-color: rgb(63,23,137); }

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

border-color css

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

 span { border-color: rgb(63,23,137); }

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