Html Css Color HEX #3F1291 Persian Indigo

📋 copy color: '#3F1291'

red 63 ◦ green 18 ◦ blue 145

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

Shades of Persian Indigo #3F1291

Tints of Persian Indigo #3F1291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.96%

 BLUE value IS 145 (57.03% from 255) = 64.16%

R = 27.88%
G = 7.96%
B = 64.16%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F1291 (or 0x3F1291) is known color: Persian Indigo. HEX triplet: 3F, 12 and 91. RGB value is (63,18,145). Sum of RGB (Red+Green+Blue) = 63+18+145=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F1291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1291 is #C0ED6E. Grayscale: #2D2D2D. Windows color (decimal): -12643695 or 9507391. OLE color: 9507391.

HSL color Cylindrical-coordinate representation of color #3F1291: hue angle of 261.26º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F1291 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 18 145 -
CMYK 0.57 0.88 0 0.43
HSL 261.26º 0.78% 0.32% -
HSV(B) 261.26º 0.88% 0.57% -
XYZ 7.38 3.53 27.08 -
YUV 45.93 183.91 140.17 -
System Red Green Blue C M Y K H S L
Decimal 63 18 145 0.57 0.88 0 0.43 261.26 0.78 0.32
Hex 3F 12 91 39 58 0 2B 105 4E 20
Octal 77 22 221 71 130 0 53 405 116 40
Binary 111111 10010 10010001 111001 1011000 0 101011 100000101 1001110 100000

Color Harmonies of #3F1291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1291

Black with #3F1291

Text Example


Text Example

White with #3F1291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,18,145); }

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

background-color css

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

 a { background-color: rgb(63,18,145); }

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

border-color css

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

 span { border-color: rgb(63,18,145); }

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