Html Css Color HEX #3F1B83 Persian Indigo

📋 copy color: '#3F1B83'

red 63 ◦ green 27 ◦ blue 131

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

Shades of Persian Indigo #3F1B83

Tints of Persian Indigo #3F1B83

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.22%

 BLUE value IS 131 (51.56% from 255) = 59.28%

R = 28.51%
G = 12.22%
B = 59.28%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3F1B83 (or 0x3F1B83) is known color: Persian Indigo. HEX triplet: 3F, 1B and 83. RGB value is (63,27,131). Sum of RGB (Red+Green+Blue) = 63+27+131=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 131 (51.56% from 255 or 59.28% from 221); Max value from RGB is 131 - color contains mainly: blue. Hex color #3F1B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F1B83 is #C0E47C. Grayscale: #313131. Windows color (decimal): -12641405 or 8592191. OLE color: 8592191.

HSL color Cylindrical-coordinate representation of color #3F1B83: hue angle of 260.77º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F1B83 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 63 27 131 -
CMYK 0.52 0.79 0 0.49
HSL 260.77º 0.66% 0.31% -
HSV(B) 260.77º 0.79% 0.51% -
XYZ 6.54 3.48 21.8 -
YUV 49.62 173.93 137.54 -
System Red Green Blue C M Y K H S L
Decimal 63 27 131 0.52 0.79 0 0.49 260.77 0.66 0.31
Hex 3F 1B 83 34 4F 0 31 105 42 1F
Octal 77 33 203 64 117 0 61 405 102 37
Binary 111111 11011 10000011 110100 1001111 0 110001 100000101 1000010 11111

Color Harmonies of #3F1B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1B83

Black with #3F1B83

Text Example


Text Example

White with #3F1B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,27,131); }

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

background-color css

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

 a { background-color: rgb(63,27,131); }

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

border-color css

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

 span { border-color: rgb(63,27,131); }

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