Html Css Color HEX #3F1784 Persian Indigo

📋 copy color: '#3F1784'

red 63 ◦ green 23 ◦ blue 132

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

Shades of Persian Indigo #3F1784

Tints of Persian Indigo #3F1784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 60.55%

R = 28.9%
G = 10.55%
B = 60.55%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3F1784 (or 0x3F1784) is known color: Persian Indigo. HEX triplet: 3F, 17 and 84. RGB value is (63,23,132). Sum of RGB (Red+Green+Blue) = 63+23+132=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F1784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1784 is #C0E87B. Grayscale: #2E2E2E. Windows color (decimal): -12642428 or 8656703. OLE color: 8656703.

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

Color convert

RGB 63 23 132 -
CMYK 0.52 0.83 0 0.48
HSL 262.02º 0.7% 0.3% -
HSV(B) 262.02º 0.83% 0.52% -
XYZ 6.52 3.34 22.13 -
YUV 47.39 175.75 139.14 -
System Red Green Blue C M Y K H S L
Decimal 63 23 132 0.52 0.83 0 0.48 262.02 0.7 0.3
Hex 3F 17 84 34 53 0 30 106 46 1E
Octal 77 27 204 64 123 0 60 406 106 36
Binary 111111 10111 10000100 110100 1010011 0 110000 100000110 1000110 11110

Color Harmonies of #3F1784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1784

Black with #3F1784

Text Example


Text Example

White with #3F1784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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