Html Css Color HEX #3F1294 Persian Indigo

📋 copy color: '#3F1294'

red 63 ◦ green 18 ◦ blue 148

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

Shades of Persian Indigo #3F1294

Tints of Persian Indigo #3F1294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 64.63%

R = 27.51%
G = 7.86%
B = 64.63%

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

#3F1294 (or 0x3F1294) is known color: Persian Indigo. HEX triplet: 3F, 12 and 94. RGB value is (63,18,148). Sum of RGB (Red+Green+Blue) = 63+18+148=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F1294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1294 is #C0ED6B. Grayscale: #2D2D2D. Windows color (decimal): -12643692 or 9703999. OLE color: 9703999.

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

Color convert

RGB 63 18 148 -
CMYK 0.57 0.88 0 0.42
HSL 260.77º 0.78% 0.33% -
HSV(B) 260.77º 0.88% 0.58% -
XYZ 7.61 3.63 28.32 -
YUV 46.28 185.41 139.93 -
System Red Green Blue C M Y K H S L
Decimal 63 18 148 0.57 0.88 0 0.42 260.77 0.78 0.33
Hex 3F 12 94 39 58 0 2A 105 4E 21
Octal 77 22 224 71 130 0 52 405 116 41
Binary 111111 10010 10010100 111001 1011000 0 101010 100000101 1001110 100001

Color Harmonies of #3F1294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1294

Black with #3F1294

Text Example


Text Example

White with #3F1294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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