Html Css Color HEX #3F1293 Persian Indigo

📋 copy color: '#3F1293'

red 63 ◦ green 18 ◦ blue 147

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

Shades of Persian Indigo #3F1293

Tints of Persian Indigo #3F1293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 64.47%

R = 27.63%
G = 7.89%
B = 64.47%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F1293 (or 0x3F1293) is known color: Persian Indigo. HEX triplet: 3F, 12 and 93. RGB value is (63,18,147). Sum of RGB (Red+Green+Blue) = 63+18+147=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F1293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1293 is #C0ED6C. Grayscale: #2D2D2D. Windows color (decimal): -12643693 or 9638463. OLE color: 9638463.

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

Color convert

RGB 63 18 147 -
CMYK 0.57 0.88 0 0.42
HSL 260.93º 0.78% 0.32% -
HSV(B) 260.93º 0.88% 0.58% -
XYZ 7.53 3.6 27.9 -
YUV 46.16 184.91 140.01 -
System Red Green Blue C M Y K H S L
Decimal 63 18 147 0.57 0.88 0 0.42 260.93 0.78 0.32
Hex 3F 12 93 39 58 0 2A 105 4E 20
Octal 77 22 223 71 130 0 52 405 116 40
Binary 111111 10010 10010011 111001 1011000 0 101010 100000101 1001110 100000

Color Harmonies of #3F1293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1293

Black with #3F1293

Text Example


Text Example

White with #3F1293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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